..oO(gage25)
Quote:
How do I create a DIV that expands to the width of the image, but not
beyond? I would prefer not to have to create 50 DIVs for the purpose of
varying image sizes. I need the DIV to hold the image, so that I can place
the tedxt underneath the image, not exceeding the width of the image.
Is it possible? |
Where are all the divs coming from? Do you build the site by hand or is
there some script? If the latter then it's quite easy to get the image
size and put some inline-CSS into each div to set its size. BTDT.
Or make all images the same size if possible.
Micha