|
Posted by Sid on 10/09/06 23:19
On Mon, 9 Oct 2006 19:14:57 -0400, "Christoph" <jcboget@yahoo.com>
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.
Sid
Navigation:
[Reply to this message]
|