forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: AndyA on April 30, 2005, 05:07:39 pm

Title: How do I centre my logo and add a link to my forum ?
Post by: AndyA on April 30, 2005, 05:07:39 pm
Hi all,
I've done a search on how to centre my Coppermine 1.3.2 logo but didn't spot the answer, can anyone assist ?
I'm using the vBulletin theme and have uploaded my forum logo but now I need to centre it if possible, can anyone tell me how I should do it ?
Also I'd like to place a link back to my forum some where at the top of my album page.

Many thanks
Andy

http://throttlejockey.co.uk/coppermine/index.php
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: donnoman on April 30, 2005, 05:11:43 pm
in your template.html find:
Code: [Select]
<TD align=left><a href="index.php"><img src="themes/vbulletin/images/site_logo.png" alt="" border="0" /></a></td></tr>

replace with:
Code: [Select]
<TD align=center><a href="index.php"><img src="themes/vbulletin/images/site_logo.png" alt="" border="0" /></a></td></tr>

Should do it.
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: AndyA on April 30, 2005, 05:17:02 pm
That did the trick, much appreciated.  ;D (any idea how to put in a link to my forum).
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: donnoman on April 30, 2005, 05:23:15 pm
find:
Code: [Select]
<TD align=center><a href="index.php"><img src="themes/vbulletin/images/site_logo.png" alt="" border="0" /></a></td></tr>

replace with
Code: [Select]
<TD align=center><a href="http://www.throttlejockey.co.uk/forum"><img src="themes/vbulletin/images/site_logo.png" alt="" border="0" /></a></td></tr>
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: Joachim Müller on April 30, 2005, 06:52:57 pm
this is most basic HTML, you better learn the most basic aspects of html if you plan to run your own website. Good place to start: http://www.w3schools.com/
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: AndyA on May 01, 2005, 09:14:26 am
Many thanks for your help.
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: asandara on May 07, 2005, 08:35:02 pm
hmm I think mine is somewhat like this problem, but I want to know where I can find info on how to change my logo? Cause I have it changed on my template.html and it doesn't show. Is there something that I don't know or something that I need to change?!
Title: Re: How do I centre my logo and add a link to my forum ?
Post by: Joachim Müller on May 08, 2005, 10:12:31 am
post a link, so we can have a look.