Quote:
Originally posted by Brujah
It means some SE's may weigh text on the page in the actual code, and not the position on the rendered page. Right columns get pushed down in the source of the page. You could use CSS to get around that if it's a concern.
|
There is a trick to keep the right hand column text high in the page source:
Open the table and for the first TD, do a COLSPAN="TableColumns-1" and leave it empty. Then a TD with a ROWSPAN="TableRows". That can be varied to put a middle column near the top of the document as well. 
__________________
<CENTER><A HREF="http://www.hot-off-bourbon.com/" target="_blank"><IMG SRC="http://www.hot-off-bourbon.com/images/hob-logosmall.jpg" border="0"></A>
<FONT face="Comic Sans MS" SIZE="-1"><I>Mardi Gras, Spring Break, Wet-T, Night Club Action, UpSkirt, Oil Wrestling, Voyeur</I></FONT></CENTER>
|