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%"> </td>
</a>
<a href="comics/scomic-6.html" border="0">
<td width="45%"> </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?
<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%"> </td>
</a>
<a href="comics/scomic-6.html" border="0">
<td width="45%"> </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?