Looks like you have a pretty firm grasp on how flexible this slide show can be. I see that you are taking some advantage of the fact that the descriptions may include HTML. I think that the best avenue for linking descriptive text would be to expand upon that, example:
Code:
slides[0] = ["/featured/f-251highland.jpg", "<b>251 Highland Avenue<\/b><br\/>Wayne, PA<br\/>$334,000<br\/><br\/>** Click photo to <a href='/listings/251highland.html' onclick='window.open(this.href, \"_new\", \"top=200, left=200, width=650, height=600, resizable, scrollbars\");return false;'>View Details<\/a> **", "/listings/251highland.html", "_new", "top=200, left=200, width=650, height=600, resizable, scrollbars"];
For a smaller gap between photos and text try using the no_added_linebreaks property:
Code:
//optional properties for these images:
slides.pause=1; //use for pause onmouseover
slides.specs='width=650, height=600' //global specifications for this show's new window(s)
slides.width=267; //use to set width of widest image if dimensions vary
slides.height=200; //use to set height of tallest image if dimensions vary
slides.border=0; //set border width for images
slides.no_controls=1
slides.delay=6000
slides.no_added_linebreaks=1
Bookmarks