how do u align an image beside (on the right side) of a centered table?

liunx

Guest
HI !<br />
Im having troubles aligning an image. I have a table that i have centered on the page, beside this table, on its right side i would like to align an image, that would give a "shadowy" look to the table. but i keep having the image after the table, and not beside it!! any ideas how to align this image?<!--content-->You can't do it without adding another column on the right hand side of the table and putting the image in there.<!--content-->Goldilocks is right.<br />
If you want the image to the right and the outside of the table you need to do the following:<br />
<br />
<table width="100%"><br />
<tr valign="top"><br />
<td><br />
<br />
insert your original table here<br />
<br />
</td><br />
<td valign="top"><img src=http://www.htmlforums.com/archive/index.php/"blah/blah.jpg"></td><br />
</tr><br />
</table><br />
<br />
Hope that helps<!--content-->align the table to the left and then the image will be on the right. and make the table 90%<!--content-->
 
Back
Top