Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How do I centre my logo and add a link to my forum ?  (Read 4206 times)

0 Members and 1 Guest are viewing this topic.

AndyA

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
How do I centre my logo and add a link to my forum ?
« 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
« Last Edit: April 30, 2005, 06:55:24 pm by GauGau »
Logged

donnoman

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1615
  • From donovanbray.com
    • Donovan Bray
Re: How do I centre my logo and add a link to my forum ?
« Reply #1 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.
Logged

AndyA

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: How do I centre my logo and add a link to my forum ?
« Reply #2 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).
Logged

donnoman

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1615
  • From donovanbray.com
    • Donovan Bray
Re: How do I centre my logo and add a link to my forum ?
« Reply #3 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>
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How do I centre my logo and add a link to my forum ?
« Reply #4 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/
Logged

AndyA

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: How do I centre my logo and add a link to my forum ?
« Reply #5 on: May 01, 2005, 09:14:26 am »

Many thanks for your help.
Logged

asandara

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: How do I centre my logo and add a link to my forum ?
« Reply #6 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?!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How do I centre my logo and add a link to my forum ?
« Reply #7 on: May 08, 2005, 10:12:31 am »

post a link, so we can have a look.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.