How can i put a hyperlink to my home page in the title - also the hyerlink in the album description does not seem to work - when i use the bb code it just shows the text for th hyperlink http//: ect - have i got it set up correctly ??? ???
Could you possibly talk in some more detail as to where and how and why you want to use hyperlinks.
i would like them to appear in the site title - where you name and describe your gallery and also in the album description
To make your site name appear as a hyperlink, open your theme template.html, and find '{GAL_NAME}'
Put the hyperlink around that, like this;
<a href="http://www.yoursite.com">{GAL_NAME}</a>
thank you - its almost works - but only shows on mouse over - how do i make it viewable on page load ??/
http://planetdarren.solidinternet.com/photoes/index.php
lol, add an extra css definition into the bottom of your style.css for the theme. (themes/fruity/style.css)
h3 a {
color: #000000
}