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: addition of a second logo  (Read 3390 times)

0 Members and 1 Guest are viewing this topic.

Bellum

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
addition of a second logo
« on: June 01, 2004, 09:55:22 pm »

Hello (sorry for my English) I would like added one 2nd logo opposite that present, I do not have anything to find in the FAQ

[logo 1] menu [logo 2]


Thank you well
Logged

loudone

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 20
  • ALL things web!
    • Web Solutions
Re: [Help Wanted] addition of a second logo
« Reply #1 on: June 01, 2004, 11:37:55 pm »

In your theme folder, open and edit your current themes' template.html file, If you are using a wysiwyg editor, like Dreamweaver, this is really easy. Otherwise you will have to split the table and move things around a bit. I will post code in a second or two....

Replace:
Code: [Select]
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
                                <td><a href="index.php"><img src="themes/default/images/site_logo.png" alt="" border="0" /><br /></a></td>
                                <td width="100%" align="center">
                                        <h1>{GAL_NAME}</h1>
                                        <h3>{GAL_DESCRIPTION}</h3><br />
                                        {MAIN_MENU}
                                </td>
                        </tr>
                </table>

With:
Code: [Select]
<table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><a href="index.php"><img src="themes/default/images/site_logo.png" alt="" border="0" /><br />
            </a></td>
          <td align="center">
            <h1>{GAL_NAME}</h1>
            <h3>{GAL_DESCRIPTION}</h3>
            <br />
            {MAIN_MENU} </td>
          <td align="center"><img name="yourimage" src="" width="32" height="32" alt=""></td>
        </tr>
      </table>

just change "yourimage" to the obvious....
« Last Edit: June 01, 2004, 11:43:28 pm by loudone »
Logged

Bellum

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: [Help Wanted] addition of a second logo
« Reply #2 on: June 01, 2004, 11:45:54 pm »

I have to test during 2  hour with adobe golive and have the hand and have each time it is similar would be the executives are deformed would be nothing is not to post

Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
{META}
<link rel="stylesheet" href="themes/default/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="20" cellspacing="20" bgcolor="#CCCCCC">
<tr>
<td valign="top" bordercolor="#666666" bgcolor="#FFFFFF" style="border: 1px solid;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
<td><a href="index.php"><img src="themes/default/images/site_logo.png" alt="" border="0" /><br /></a></td>
<td width="100%" align="center">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3><br />
{MAIN_MENU}
</td>
</tr>
</table>
<img src="images/spacer.gif" width="1" height="15" /><br />
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
{ADMIN_MENU}
{GALLERY}
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

on the theme by defect

The goal being to have the same presentation that its  http://www.bellum.net/forum/index.php
Logged

Bellum

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: [Help Wanted] addition of a second logo
« Reply #3 on: June 01, 2004, 11:58:09 pm »

Code: [Select]
<td align="center"><img [B]name[/B]="yourimage" "scr"
 
but there is nevertheless a problem

www.bellum.net/gallery
Logged

loudone

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 20
  • ALL things web!
    • Web Solutions
Re: [Help Wanted] addition of a second logo
« Reply #4 on: June 02, 2004, 12:11:55 am »

Sorry... didn't specify completely:

Replace:
Code: [Select]
    <img name="yourimage" src="" width="32" height="32" alt=""></td>


With:
Code: [Select]
         <img src="yourimage" width="" height="" alt=""></td>


Again, replace "yourimage" with the image you want displayed  eg: "logo.jpg"
Logged

Bellum

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: [Help Wanted] addition of a second logo
« Reply #5 on: June 02, 2004, 12:20:45 am »

Code: [Select]
<td align="center" width="4%" valign="middle"><a href="http://www.bellum.net/site/en%20construction.html"><img src="themes/default/images/logo_site.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
I have to test its and his walk
Logged

loudone

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 20
  • ALL things web!
    • Web Solutions
Re: [Help Wanted] addition of a second logo
« Reply #6 on: June 02, 2004, 12:22:14 am »

I am sorry, I do not understand your english....  ???
Logged
Pages: [1]   Go Up
 

Page created in 0.056 seconds with 18 queries.