Quote:
|
Originally Posted by WNA
Still not right i want the image on the same level as the Holly Valance image.
|
Right ... to do that effectively, you're going to have to set up a table with at least two cells in a row. Place Holly Valance in the first cell with align="left" and the new image in the second cell with align="right".
try this:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="lefthand pic" align="left" /></td>
<td><img src="righthand pic" align="right" /></td>
</tr>
</table>