Click to See Complete Forum and Search --> : netscape/mozilla table borders


bolt1872x2
04-11-2003, 04:54 PM
can anyone tell me how to get rid of the borders around the cells inside my table? i have some cells that i want to have a border, so i made them have black borders, the others have white borders on a white background, so they dont show up. It works fine in ie, but in netscape and mozilla grey borders show up around every cell.

http://www.final-drive.com

thanks!

gil davis
04-11-2003, 04:59 PM
<table width="750" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">Am I looking at the right page?<table ... border=0 ... >

bolt1872x2
04-11-2003, 05:02 PM
but some cells need to have a border, can a cell have a border of 1 if the table it's in has a border of 0?

gil davis
04-11-2003, 05:22 PM
If you are using styles to create your borders, you need to turn off the table HTML borders.

NS 4 may balk unless you apply the styles to the TD and TH tags, but NS 6+ and Mozilla should behave.