I'm looking for a way to place an image-description under the img-tag and acting together width the img-tag. If I chose to left-align the img-tag, then the rest of the article should place itself around both the img-tag and the description-text.
An example: (right-align)
http://exeter.no/?news/index.php?news_id=604
The only solution I can think of is to use tables. But I hope there is a much more user-friendly way out there...
Sun, 01/06/2008 - 20:52
#1
Re: How to get an image-description under the image?
i don't know any other ways myself the divs

make a main div float it on the right then img div and under it another div with your text aligned with align center.
Hope that helped