coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Circle on March 25, 2006, 02:01:49 PM

Title: logo.
Post by: Circle on March 25, 2006, 02:01:49 PM
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?
Title: Re: logo.
Post by: Joachim Müller on March 25, 2006, 08:11:10 PM
resize the logo then, or change the HTML markup of your template.html file. Post actualy URLs instead of dummy placeholders.
Title: Re: logo.
Post by: Circle on March 28, 2006, 08:17:05 PM
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>