Rounded corners on tables

admin

Administrator
Staff member
How do you get rounded corners on your tables? :confused: If you know, could you please inform me? Thankyou! :)<!--content-->Find a site with rounded corners..then right click on each corner and do a save image as.... you'll notice that they are prolly 4 different images... <br />
<br />
And if you can't figure out now, then also view their source code....copy the table that has the rounded corners and paste the code into F10 of DW. You'll see gray where the images should be....just maake new images..and adjust table sizing as needed...<br />
<br />
hope that helps<!--content-->really simple..<br />
<br />
make a top left corner image<br />
a top right corner image<br />
a bottom left corner image<br />
and a bottom right corner image.<br />
<br />
now, you make a table:<br />
<br />
<table cellspacing=0 cellpadding=0><br />
<tr><br />
<td>!!!TOPLEFTCORNERHERE!!!!</td><br />
<td bgcolor="BACKGROUND OF UR CORNER" width=40></td><td>!!!TOPRIGHTCORNERHERE!!!!</td><br />
<tr><br />
<td height=100></td><td>MAIN CONTENT</td><td></td><br />
<tr><br />
<td>!!!BOTTOMLEFTCORNERHERE!!!!</td><br />
<td bgcolor="BACKGROUND OF UR CORNER" width=40></td><td>!!!BOTTOMRIGHTCORNERHERE!!!!</td><br />
</tr></table><!--content-->
 
Back
Top