Log in

View Full Version : something like Image Thumbnail Viewer II



troop1
02-04-2013, 05:52 PM
Hello

I've checked out the very good Image Thumbnail Viewer II, but I need something that does just a little bit more.

I need something which would allow me to do more with the picture descriptions that appear under the loading area photo.
As I understand it Image Thumbnail Viewer II draws descriptions from title values - so you can only do a straight line of text? No br's or other formatting or styling to the description of an image? that's what i need to do.

I suspect there's something appropriate out there... but I'm afraid I'm not not very good with the terminology and what to search.

so I'm asking if anybody knows of a script here like Image Thumbnail Viewer II that would make a good starting point.

vwphillips
02-05-2013, 12:18 PM
you can use rich html in the title, just be carfull with " charactors



<style type="text/css">
/*<![CDATA[*/

.box {
width:400px;height:100px;background-Color:#FFCC66;text-Align:center;
}

/*]]>*/
</style>




<a href="http://www.nasa.gov/images/content/167040main_image_feature_738_ys_4.jpg" rel="enlargeimage" rev="targetdiv:loadarea" title="<div class='box' >Any HTML</div>">Saturn #1</a><br />

troop1
02-05-2013, 12:40 PM
huh... didn't see a solution from that direction. brilliant, will test and explore. :)

many thanks