PDA

View Full Version : Question about hspace


kippie
08-30-2003, 09:43 AM
I want to place an image into a piece of text at the the right hand side of the text so that the text flows around the image. For this I use a code like:

<div id="text"><img height="100" width="100" src="image.jpg" align="right" vspace-bottom="15" hspace="15">This text flows around the image etc. etc.</div>

With this a blank space of "15" is on all 4 sides of the image. Is there a way to have this blank space only at the left side of the image? I have tried "hspace-left" but that doesn't work.

Can nyone help?

Kippie

liorean
08-30-2003, 09:45 AM
Have you tried using css? Using margin-left or padding-left should do it.