Titles not working...

4 messages Options
Embed this post
Permalink
roger

Titles not working...

Reply Threaded More More options
Print post
Permalink
Hi

I'm trying to add "titles" to the top of the images when they come up in shadowbox.

Here is the page...
http://www.garethbate.com/artwork_pages/corps_interieur_set_design_installation.html


In the code I have rel="shadowbox[corps] "title="installation View" but nothing comes up. Is there something else I'm supposed to do? Or is there a problem because I'm using a thumbnail rollover? Where would the correct code fit in?

Thanks!!!


Wizzud

Re: Titles not working...

Reply Threaded More More options
Print post
Permalink
roger wrote:
...I have rel="shadowbox[corps] "title="installation View" ...
Actually, your site links are in the form...
rel="shadowbox[corps] title="installation View"
...and are missing the double quote to terminate the rel attribute value. Should be...
rel="shadowbox[corps]" title="installation View"
Combine literacy with curiosity and a whole world of information opens up to you
dewit

Re: Titles not working...

Reply Threaded More More options
Print post
Permalink
In reply to this post by roger
You forgot to close the rel with "

rel="shadowbox[corps] title="My Image"

roger

Re: Titles not working...

Reply Threaded More More options
Print post
Permalink
In reply to this post by Wizzud
thanks!