I need help with a stubborn problem that's preventing me from having full control over the table cell size and border color. I created this special page with actual working examples and explanations of the problem I am having.
http://www.cyberserious.com/ads.html
Fred
glenngv
01-27-2004, 09:04 AM
Put a font-size
<tr bordercolor="#333399" bgcolor="#333399">
<td colspan="4" height="10" style="font-size:1px">&nbsp;</td>
</tr>
Glenn,
That worked.
I wonder if I wanted to place small text in that bottom cell, how Google does it with their "Ads by Google"?
Thanks,
Fred
glenngv
01-28-2004, 01:58 AM
I'm not familiar with that "Ads by Google" thing but you can do this:
<td colspan="4" style="font:normal 7pt Verdana;color:white;border:none">Ads by Fred</td>