PDA

View Full Version : IS it possible to get rid of this whole thing?


ps3leagues
07-06-2009, 10:07 PM
If you go to my site

http://www.somtour.net/forums/index.php

You will see on the top the banner. One half of it is a logo file that I obviously know how to remove. The other half of the blue bar all the way across how do I move that so I can design my own page length banner?

I basically want to get rid of the whole top so I can make my own banner.

smartkidbk5
07-06-2009, 10:18 PM
please post your header template here....

ps3leagues
07-06-2009, 10:42 PM
Where do I get it at?

smartkidbk5
07-06-2009, 10:53 PM
AdminCP>Styles & Templates>Style Manager>(Select Style)>Edit Templates

Find "header" template, copy & paste the code here

ps3leagues
07-06-2009, 10:59 PM
HERE YA GO Also if you could tell me how to add the new banner in and make it page wide would be great

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/bg.gif)">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.gif" alt="" /></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

smartkidbk5
07-06-2009, 11:03 PM
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

Now replace the "logo.jpg" file with a logo that is any size you want. It should appear in the top center.

ps3leagues
07-06-2009, 11:15 PM
Wow thanks alot man. DO you know how I would go about getting it on the front page of my vbadvanced page?

smartkidbk5
07-06-2009, 11:20 PM
My bad. Didnt know you had that. Just change the header again:

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" valign="top"><img src="http://www.somtour.net/forums/images/styles/silverwhite/misc/logo.jpg" border="0" alt=""/></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

For your reference, and knowledge. I made the image source, a direct link to the image.

ps3leagues
07-07-2009, 01:11 AM
Thanks a lot for the help!