Click to See Complete Forum and Search --> : HTML Tables with Rounded Corners


jpmattis
11-13-2005, 09:31 PM
I need a little help.

From what I understand, a common way to make an HTML table appear to have rounded corners is to make a seperate image file for each corner of the table which is actually a rounded edge, and then plug that into the actual table.

My problem is that i have all the images made and the table is done, however after the images are already put in, when my table is loaded, whatever color is set to be the background color of the table ends up outlining the entire table, that creating a "box" around the "rounded" table. Pretty much ruining the enitre effect.

Anyone know how to get around this? My border attribute is already set to '0'.

Thanks!

jpmattis
11-13-2005, 10:11 PM
I got it figured out, I just needed to set the cell padding to 0.

bluflamez09
11-15-2005, 09:39 AM
I was unaware that you could substitue part of a table with an image... can you tell me the code?

yngexec
11-15-2005, 09:44 AM
you could just create another column in that row with the td background set to the image

JAPerson
11-16-2005, 12:42 PM
I was unaware that you could substitue part of a table with an image... can you tell me the code?

http://www.htmlgoodies.com/tutorials/tables/article.php/3479841

Just saw this one on another forum:

http://kalsey.com/2003/07/rounded_corners_in_css/