Topic: Email Link
Hello, how would I add an envelope icon for my email link I've created using the back button feature.
Thanks !
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer-Pro v2 → Email Link
Hello, how would I add an envelope icon for my email link I've created using the back button feature.
Thanks !
It would not be possible to directly use an image for the Back Button.
However, you could overlay an image (and use it as a mailto link) on top of the gallery by adding the following code to the <body> section of your gallery's 'index.html' page:
<div id="overlay" style="position: absolute: top: 10px; left: 10px;">
<a href="mailto:email@address.com?subject=test"><img src="email.png" width="50" height="50" alt="icon" /></a>
</div>
Just put the image of your choice into your gallery folder and adjust the position and size as required.
Please note that in order for this to work, you will need to make your gallery's background transparent by following the instructions here.
SimpleViewer Forum → SimpleViewer-Pro v2 → Email Link
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.