Posted by Jonathan N. Little on 06/02/06 01:05
Michael Laplante wrote:
> (Hope that makes sense.)
URL URL URL make sense?
> How do I accomplish the same thing with CSS?
>
> I've tried the following:
>
> <DIV>
> <left aligned image> Some text here.
> </DIV>
> <DIV>
> This text here appears immediately below the text in the div above and to
> the right of the left-aligned image. Not what I want. . .
> </DIV>
If you want the image to left and test to right:
CSS:
..pixbox { overflow: auto; }
..pixbox IMG { display: block; float: left; margin-right: 1em; }
HTML:
<div>
<img src="yourpix.jpg" alt="the pix">
write stuff about your picture here...
</div>
....
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|