Probelm with NETSCAPE and tables

liunx

Guest
I'm trying to create a table and in one of the cells, I wanna put a background image. It will display fine in IE, but it won't even show up with Netscape 4. I've been trying to figure out why, but can't seem to find an answer. I've even tried placing the image that I'm using as a background in the cell as just an image, but that won't work either. Here is a sample of my code:<br />
<br />
<table width="167" height="705" border="0" cellpadding="0" cellspacing="0"><br />
<tr><br />
<td width="12"><img src=http://www.htmlforums.com/archive/index.php/"images/PURPLE_top_left.gif" width="22" height="21"></td><br />
<td width="142" height="21" background="images/PURPLE_top_bar.gif">&nbsp;</td><br />
<td width="13"><img src=http://www.htmlforums.com/archive/index.php/"images/PURPLE_top_right.gif" width="22" height="21"></td><br />
</tr><br />
<tr><br />
<td height="658" background="images/PURPLE_left_bar.gif">&nbsp;</td><br />
<td bgcolor="A471A9">&nbsp;</td><br />
<td align="left" valign="middle" background="images/PURPLE_right_bar.gif"><img src=http://www.htmlforums.com/archive/index.php/"images/PURPLE_right_bar.gif" width="22" height="1"></td><br />
</tr><br />
<tr><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"images/PURPLE_bottom_left.gif" width="22" height="25"></td><br />
<td height="10" background="images/PURPLE_bottom_bar.gif">&nbsp;</td><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"images/PURPLE_bottom_right.gif" width="22" height="25"></td><br />
</tr><br />
</table><!--content-->make sure the image name is the same. Ns is case synsitive I think. but it should work.<br />
<br />
watch your first cell as it is smaller then the picture you are inserting in it.<!--content-->ya I did that..........but it still don't work in Netscape 4. WOrks perfectly in IE, but not Netscape. Here is a sample of what I'm trying to do Click Here (<!-- m --><a class="postlink" href="http://members.rogers.com/benedet/yellow_table.htm">http://members.rogers.com/benedet/yellow_table.htm</a><!-- m -->)<!--content-->well I don't have NS here at work but I will check when I get home.<!--content-->Thx so much!!!<br />
<br />
Btw, I love some of your snippets!:)<!--content-->hmmmmm I loaded this site<br />
<br />
<!-- m --><a class="postlink" href="http://members.rogers.com/benedet/yellow_table.htm">http://members.rogers.com/benedet/yellow_table.htm</a><!-- m --><br />
<br />
in NS4.79 and it looks great. all the images show up. you might want to try to reload NS but holding shift and then hit the reload button, or just restart your computer. sometimes NS can be cranky.<!--content-->I'm using Netscape 4.08.........I wonder if that's the reason?<!--content-->
 
Back
Top