forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: superstan on December 16, 2004, 11:46:33 am

Title: Hyperlinks not showing
Post by: superstan on December 16, 2004, 11:46:33 am
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 ??? ???
Title: Re: Hyperlinks not showing
Post by: Hein Traag on December 16, 2004, 12:12:57 pm
Could you possibly talk in some more detail as to where and how and why you want to use hyperlinks.
Title: Re: Hyperlinks not showing
Post by: superstan on December 16, 2004, 01:06:08 pm
i would like them to appear in the site title - where you name and describe your gallery and also in the album description
Title: Re: Hyperlinks not showing
Post by: Casper on December 16, 2004, 01:24:13 pm
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;

Code: [Select]
<a href="http://www.yoursite.com">{GAL_NAME}</a>
Title: Re: Hyperlinks not showing
Post by: superstan on December 25, 2004, 10:58:58 am
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
Title: Re: Hyperlinks not showing
Post by: Nibbler on December 25, 2004, 11:11:34 am
lol, add an extra css definition into the bottom of your style.css for the theme. (themes/fruity/style.css)

Code: [Select]
h3 a {
    color: #000000
}