forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: rvblog on January 10, 2005, 02:14:28 am

Title: Creating a link
Post by: rvblog on January 10, 2005, 02:14:28 am
I would like to create a link in coppermine to my homepage

The following code creates a gallery name at the very top of the coppermine page - What would I add to this code, and where do I add it, to make a clickable link to my homepage:

Code: [Select]
<tr>
        <td width="750"><font face="Arial" size="4" color="#000000"><strong>{GAL_NAME}
          :: {GAL_DESCRIPTION}</strong></font> </td>
      </tr>

Thanks
Title: Re: Creating a link
Post by: kegobeer on January 10, 2005, 02:22:57 am
How to add links is discussed on this board.  Have you looked around?
Title: Re: Creating a link
Post by: rvblog on January 10, 2005, 02:31:32 am
Yes I did - lots of examples of code with the word link in it but none that I could find regarding what to add to me code example
Title: Re: Creating a link
Post by: kegobeer on January 10, 2005, 02:41:05 am
This one didn't work?
http://forum.coppermine-gallery.net/index.php?topic=11103.0
Title: Re: Creating a link
Post by: rvblog on January 10, 2005, 10:19:49 pm
Nope, didn't see that one.

Thanks