Posted by Steve Pugh on 11/09/40 11:17
DU <drunclear@hotNOSPAMmail.com> wrote:
>Ben wrote:
>
>> Question 1:
>> how can I get ride of the space between..
>> <table align=left><tr><td>TABLE_01</tr></table>
>
>align is deprecated and here align=left is most likely useless. The
>default horizontal alignment of a table is left unless your document
>text-direction is rtl.
But align=left does alter the display somewhat:
<table></table> This text will be below the table.
<table align="left"></table> This text will be beside the table.
align="left" effectively floats the table in most graphical browsers.
The OP should, of course, be using an actual CSS float though.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
[Back to original message]
|