Drake, Ted C. <mailto:[EMAIL PROTECTED]>
on Friday, April 01, 2005 12:57 PM said:
> Here's a simple cure.
>
> <p class="floatedimage">
> <img src.../>
> Caption</p>
> Float the paragraph with margins, set a width to keep the text
> underneath the image.
Let's go for some better semantics:
div.floated_image {
float: left;
}
<div class="floated_image">
<img src="your_image.gif" alt="" />
<p>here is some text</p>
</div>
Chris.
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************