Page 1 of 1

Width of suffix under image

Posted: Sat Jan 02, 2010 12:47 pm
by Artisan
I started off with a single Lightbox icon with a width of 100px, added a suffix "Click image to enlarge" under it, then decided to change the image width to 150px. However, the suffix seems to have remained at 100px wide and wraps to a second line - see http://007.artinet.co.uk/acatalog/Negarra_MD_Plus.html (this only happens in IE 7, not in Firefox 3.5.6) - any idea how I can make the suffix width match the icon width?

Malcolm

Re: Width of suffix under image

Posted: Sun Jan 03, 2010 12:09 am
by norman
Hi,

The Prefix and Suffix come before and after the entire list of icons. Best look at the source of a generated page to see how these things lay out. That should then help you decide what HTML to use.

Re: Width of suffix under image

Posted: Mon Jan 04, 2010 2:44 pm
by Artisan
Thanks for the reply, Norman, I've got it now. I'd increased the width of the image but not the width allowed for the image. I guess that means that the image floats above the underlying table, but the text is within it, which is why it wrapped.

Malcolm