PDA

View Full Version : need to remove header logo added banner


raja811
11-04-2008, 09:08 PM
http://www.monsterup.com/upload/1225839668.jpg
i want to remove my header logo and replace this banner pls help me!!!!
http://www.monsterup.com/upload/1225839703.jpg


here is header code
<!-- logo -->
<div id="wrapper">
$spacer_open
<div id="hwingleft"></div>
<div id="hwingright"></div>
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="header">
<tr>
<td align="$stylevar[left]" valign="bottom"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="vbully/vbully/logo.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
<td align="$stylevar[right]" valign="top">
<div class="header_links">
<ul id="header_extra">
<li id="active"><a href="#">Bookmark</a></li>
<li><a href="#">Homepage</a></li>
<li><a href="#">Sponsors</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->


$_phpinclude_output

$ad_location[ad_header_end]


pls explain clairly i am week code script.

Seven Skins
11-04-2008, 09:59 PM
Upload your banner to server.
And edit the line below in your header template for the path of your logo.

<img src="vbully/vbully/logo.gif" border="0" alt="$vboptions[bbtitle]" />


.

Lynne
11-04-2008, 10:02 PM
Have you tried asking the person who designed your style/template? That person is probably the best person to ask.

raja811
11-04-2008, 11:19 PM
Upload your banner to server.
And edit the line below in your header template for the path of your logo.

<img src="vbully/vbully/logo.gif" border="0" alt="$vboptions[bbtitle]" />


.

logo is done but i can't removing /header_rep.gif near the header.any idea?

Seven Skins
11-05-2008, 11:33 AM
There is header_rep.gif in the code you provided. It might be in main CSS edit it form there.

.