indenting images

liunx

Guest
Am currently trying to leearn how to design web page,however,i've a problemwith indenting my imeges to the rightposition on the page.I am in real need of your help guys.Hope you will help me.<br />
Jesse.m.e<!--content-->What editor do you use?<br />
URL?<br />
<br />
:rocker:<!--content-->This is a question for the HBTML Section of the site, but the easiest way is...<br />
<br />
<div style="WIDTH:100%" align="right"><br />
<img src=http://www.htmlforums.com/archive/index.php/"whatever.gif"><br />
</div><br />
<br />
If you want text on the one side (left side) of the screen, and the image on the other, then you could do it like so...<br />
<br />
<table width="100%"><br />
<tr><br />
<td width="50%">Text to sit on left side here</td><br />
<td width="50%" align="right"><img src=http://www.htmlforums.com/archive/index.php/"whatever.gif"></td><br />
</tr><br />
</table><br />
<br />
<br />
Hope that's what you needed.<!--content-->
 
Back
Top