logo. logo.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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>