this html working in IE8 but not in chrome or IE7?

Niall A

New member
Why is this piece of html code not working in Internet explorer 7 or google chrome?

<table border="0" align="center" width="354" height="150" background="/images/latest_nav.gif">
<tr height="40%"><td colspan="2"></td></tr>
<tr height="60%">
<a href="comics/lcomic-1,9.html" border="0">
<td width="55%">&nbsp</td>
</a>
<a href="comics/scomic-6.html" border="0">
<td width="45%">&nbsp</td>
</a>
</tr>
</table>

it's supposed to make a table with this background picture:
"
pineappleapple.exofire.net/images/
latest_nav.gif
"
then make cells around the "long" and "short" boxes and make them into links.

any help?
 
Back
Top