Need help fixing my HTML code to work with Netscape.

shawnmos

Banned
Dec 11, 2000
2,136
0
0
My site www.shawnscomputers.com looks bad in Netscape and I need help fixing it. First the tables are too big in Netscape and it looks weird. How can I fix this? Also how can I make the tables have a black border in Netscape? The border netscape wants to use is just ugly and the only way i can get rid of it is to get rid of the borders completely. I don't want to do that because they look fine in IE. Please help. I'm using Netscape 4.77 to test it.
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
to make the black border:

<TABLE BGCOLOR=&quot;#000000&quot;>
<TR><TD>
<insert your table here>
</TD></TR>
</TABLE>

basically you create a blank table with black background, and put your table inside it (so the table border will be black... also works on ie)

as for the table size... set the width to percentage instead of pixels. netscape does not adjust the pixels to display nicely (which can be good or bad -- depending on what you want). with percentage, it will adjust according to the browser width.

i'm too lazy to actually look at the fixes right now... but i'll do if need be...

have fun :)
-372-