Thank you both so much
Who knew you could float a DIV ?
"TC2112" <nospam@nospam.com> wrote in message
news:g2mt16$6tf$1@forums.macromedia.com...
> Hello,
>
> Have you looked at the page in Firefox?
> Nothing is floating because you're missing the closing "}' after .content:
>
> .content {
> font-family: Arial, Helvetica, sans-serif;
> font-size: x-small;
> text-align: justify;
> .content p {
> text-align: justify
> }
>
> Should be:
>
> .content {
> font-family: Arial, Helvetica, sans-serif;
> font-size: x-small;
> text-align: justify;
> }
> .content p {
> text-align: justify
> }
>
>
> You can wrap the image and caption in a div and float the div.
> Just make the div the same width as the image,
>
> For example:
>
> div.floatRight{
> float:right;
> margin: 10px;
> width:168px;
> }
>
> <div class="floatright"><img width="168" height="249"
> src="images/EObio.jpg" alt="Photo by Tucker Densley"/>Words under
> image</div>
>
>
> Take care,
> Tim
>
>
> "Ken Binney" <kenbinney@ossiningdesignguild.com> wrote in message
> news:g2mprd$3ft$1@forums.macromedia.com...
>> Page is here: http://www.elmaroliveira.com/bio.htm
>> Appreciate any advice you can give.
>>
>> Thanks
>>
>
>