Posted by jojo on 10/10/06 19:52
Sid wrote:
>> The table solution looks something like this:
>>
>> <table width="75%">
>> <tr>
>> <td align='left'><img src='blah1.jpg'></td>
>> <td align='centert'><img src='blah2.jpg'></td>
>> <td align='right'><img src='blah3.jpg'></td>
>> </tr>
>> </table>
>
> There are inherent faults with this table.
>
> 1. The images are fixed widths, thus width=75% in table is absolutely
> meaningless;
> 2. align in TDs are meaningless. Whether you specify align=left or
> align=right, you get the same result. Try it.
3. There is a typo... its align="center", not "centert"
[Back to original message]
|