logo. logo.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

logo.

Started by Circle, March 25, 2006, 02:01:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Circle

I canged the .HTML file in this way to change the logo to the one of my website.

<a href="index.php"><img src="http://mysite/images/logo.jpg" border="0" alt="" /></a><br />
            </td>
            <td width="100%" align="center">
              <h1>{GAL_NAME}</h1>
              <h3>{GAL_DESCRIPTION}</h3><br />
              {SYS_MENU} <br /> {SUB_MENU}


However the logo is to large and I need the links underneath it and they are standing on the right side of it now. How can I change this?

Joachim Müller

resize the logo then, or change the HTML markup of your template.html file. Post actualy URLs instead of dummy placeholders.

Circle

I got it so I'm posting this if some one else wants to know:

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr><td align="center"><img src="URL of your logo">
              </tr>