addition of a second logo addition of a second logo
 

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

Main Menu

addition of a second logo

Started by Bellum, June 01, 2004, 09:55:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bellum

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

loudone

#1
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:

<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:

<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....

Bellum

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


<!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

Bellum

<td align="center"><img [B]name[/B]="yourimage" "scr"

but there is nevertheless a problem

www.bellum.net/gallery

loudone

Sorry... didn't specify completely:

Replace:

    <img name="yourimage" src="" width="32" height="32" alt=""></td>



With:

         <img src="yourimage" width="" height="" alt=""></td>



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

Bellum

<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

loudone

I am sorry, I do not understand your english....  ???