|
Posted by Sid Ismail on 04/28/06 12:24
On 28 Apr 2006 00:10:17 -0700, "chrisdude911"
<chriswillis10@gmail.com> wrote:
: Hi,
: I have a table that is next to a picture and i cannot seem to make it
: move to the top where the picture is. The picture in in the center and
: i would like the move my table to the top left.
: How would i do this?
The default is top left for a table. Align the image instead.
Use float:right, or the crude way of putting the image in another
table, where the two tables are nested, then use valign=top for both
TDs.
Sid
Navigation:
[Reply to this message]
|