- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 52 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - ? regarding NM themes [ ]
Author
Message
sweetquads
Corporal
Joined: Jan 19, 2003
Posts: 60
Location: USA
Posted:
Sun Oct 19, 2003 4:29 pm
I was wondering how i can change the way the banner is displayed in some of the themes.
Some of them display the banner NEXT to the site logo. I want it to be under the logo since my logo is a fairly large banner itself.
TIA
sting
Site Admin
Joined: Jul 24, 2003
Posts: 1985
Location: Apparently ALWAYS Online. . .
Posted:
Sun Oct 19, 2003 6:26 pm
Might be able to edit some of the code to add a few <BR><BR> statements in there...
-sting
_________________ Is it paranoia if they are really out to get you?
-------------------------------------------------------
sting usually hangs out at nukehaven.net
mikem
Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Mon Oct 20, 2003 5:35 pm
It never fails. After all the time I spent trying to appease countless others by putting the banners next to the logo in most of my themes, sweetquads comes along and wants it back the other way.
Where's the humainty?
ok now that I am done ranting.
Most all of the themes are the same.
You can EASILY acomplish moving the banners to ABOVE the logo by moving the
$showbanners variable in the header.html files.
Example.
header.html from BMAN1Blue theme with banner next to logo
Code:
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="110"><a href="index.php"><img src="themes/BMan1Blue/images/logo.gif" border="0" alt="$sitename"></a></td>
<td width="40%" height="110">$showbanners </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#99CCFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="150" nowrap><font class="content">$theuser</font></td>
<td nowrap><div align="center"><font class="content"><strong>::</strong> <a href="index.php">Home</a>
<strong>::</strong> <a href="modules.php?name=Downloads">Downloads</a>
<strong>::</strong> <a href="modules.php?name=Your_Account">Your
Account</a> <strong>::</strong> <a href="modules.php?name=Forums">Forums</a>
<strong>::</strong></font></div></td>
<td width="150" nowrap><div align="center"><font class="content">
$datetime
</font></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#99CCFF"><img src="themes/BMan1Blue/images/7px.gif" width="7" height="7"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg<img src="themes/BMan1Blue/images/7px.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="1" background="themes/BMan1Blue/images/7px.gif">
now we move the $showbanners variable and it looks like this
Code:
<center>$showbanners</center>
<br>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="110"><a href="index.php"><img src="themes/BMan1Blue/images/logo.gif" border="0" alt="$sitename"></a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#99CCFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="150" nowrap><font class="content">$theuser</font></td>
<td nowrap><div align="center"><font class="content"><strong>::</strong> <a href="index.php">Home</a>
<strong>::</strong> <a href="modules.php?name=Downloads">Downloads</a>
<strong>::</strong> <a href="modules.php?name=Your_Account">Your
Account</a> <strong>::</strong> <a href="modules.php?name=Forums">Forums</a>
<strong>::</strong></font></div></td>
<td width="150" nowrap><div align="center"><font class="content">
$datetime
</font></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#99CCFF"><img src="themes/BMan1Blue/images/7px.gif" width="7" height="7"></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg<img src="themes/BMan1Blue/images/7px.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="1" background="themes/BMan1Blue/images/7px.gif">
viola!
The Diff should be obvious or RUN a diff to see.
mikem
_________________Getting Started | My Projects
sting
Site Admin
Joined: Jul 24, 2003
Posts: 1985
Location: Apparently ALWAYS Online. . .
Posted:
Tue Oct 21, 2003 10:28 am
Sheesh. Nevermind about the <BR> statements.
-sting
_________________ Is it paranoia if they are really out to get you?
-------------------------------------------------------
sting usually hangs out at nukehaven.net
mikem
Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Tue Oct 21, 2003 10:55 am
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum