Topic: Contact details

Hello again,

Sorry if this has been asked before but I was wondering if its possible to add a contact email address to say the bottom of the webpage using Juicebox Pro at all?

Cheers

Chris

Re: Contact details

Please see this forum post for suggestions as to how an email button could be included within a Juicebox-Pro gallery.

Otherwise, you could just make room on your web page for both the gallery and some custom HTML (your email link) or you could overlay your email link on top of your gallery by adding code such as the following to the <body> section of your web page:

<div id="overlay" style="position: absolute; bottom: 10px; left: 10px; z-index: 9999;">
    <a href="mailto:email@address.com">Click to email</a>
</div>

Re: Contact details

Thanks Steven, appreciate the help.