Greetings,
We are using LightBox-05 and have a problem together with Chrome browser : a URL included to a title (see instance below) shows 2 user hover over a thumbnail. Could someone guide me to figure out how to avoid it, i highly recommend you Thanks!
< the href=" images/imagename. jpg" rel=" lightboxgroupname" title=" & lt; the href=& quot; http: //www. websiteURL. com& quot; target=& quot; _blank& quot; & gt; Pay a visit to Website& lt; /a& gt; " > < img src=" images/imagethumb. jpg" alt=" insert alt text" title=" imagetitle" /> < /a>
You need too much computer code in there, spouse.
< the href=" images/imagename. jpg" rel=" lightboxgroupname" title=" The Link Title Here" > < img src=" images/imagethumb. jpg" alt=" Alt Copy Here" title=" View Larger Image of (image name)" width=" (width)" height=" (height)" /> < /a>
I in addition added width along with height attributes throughout. You really will need to use those.
Thanks to your answer, TheGAME1264!
You happen to be right, I ought to use width along with height attributes.
BUT I do need every one of that " href" code from the " title" for a " Visit Website" link to present in lightbox window during an img caption. We were wrong about Chrome, although. That long unappealing title string turns up in all surfers (even IE8) – except(! ) IE7.
So my question is tips on how to " hide" < the href=…. /a> portion of a title and maintain the rest (View Greater Image) visible Might it be changed somewhere
Do you think you’re talking about that tooltip that results when you are positioned a mouse about an image
If that’s the case, those are done from the title and alt attributes belonging to the image tag.
< the href=" images/imagename. jpg" rel=" lightboxgroupname" title=" The Link Title Here" > < img src=" images/imagethumb. jpg" alt=" Alt Copy Here and Web site at http: //whatever. com/" title=" View Larger Image of (image name) along with Website at http: //whatever. com/" width=" (width)" height=" (height)" /> < /a>
.