How do I add a caption to an image & wrap text around it all?

S

Sapphire

I have successfully added an image and wrapped text around it. I have also
been able to add a caption to an image by inserting it as a photo gallery or
by placing it inside a table. But I can't seem to combine all this to get a
photo, w/caption and text wrapped around everything. HELP!
 
C

coreybryant

You can use CSS - mainly the float property:
<p><img style="float: left;" alt="alt text"
src="images/image.jpg">Lorem
ipsum dolor sit amet, consectetuer adipiscing elit. Nam libero. Donec
sed purus
vitae quam semper lacinia. Phasellus quis orci vitae justo vehicula
elementum.
Suspendisse ac nibh. Vivamus pharetra semper nulla. Nunc tincidunt elit
id orci.
Curabitur arcu ante, ultricies id, suscipit eget, iaculis sit amet,
sem. Vivamus
at velit. Aenean eget ante. Proin hendrerit nisl vitae dolor. Etiam
posuere erat
a magna.</p>

CSS would be easier to use in the long run

Corey
http://www.loudcommerce.com/promo/google.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top