Quote:
Originally Posted by Sholly
It came straight from the sponsor page of hosted banners.
=================================================
Now this one doesn't show either.
<tr height="100">
<td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&webmaster=40864&id=3698&gallerym aker=&field=">3698</a></td>
<td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&webmaster=40864&id=3698&gallerym aker=&field="><img src="get.php?session=f682cfa15a34f0dec1facff2c320b 5e9&webmaster=40864&file=1/3698.gif" border="0" height="250" width="300"></a></td>
<td class="S0" align="center">300x250</td>
<td class="S0">My Sexy Kittens</td>
</tr>
Trying to view hem in my HTML editor.

|
At the very least, this needs to be enclosed in <table> tags...you're trying to render a table row and cells outside of a table definition. Try this:
<table>
<tr height="100">
<td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&webmaster=40864&id=3698&gallerym aker=&field=">3698</a></td>
<td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&webmaster=40864&id=3698&gallerym aker=&field="><img src="get.php?session=f682cfa15a34f0dec1facff2c320b 5e9&webmaster=40864&file=1/3698.gif" border="0" height="250" width="300"></a></td>
<td class="S0" align="center">300x250</td>
<td class="S0">My Sexy Kittens</td>
</tr>
</table>
And tell the sponsor that I said they write crappy HTML.