PDA

View Full Version : Logo In Header


skooby
05-24-2010, 04:47 PM
Hi guys, I changed my logo to a customized logo, and I have a small blue area as seen in the attached pic. Anyway to get rid of that? It is casuing my banner to not display fully. This is what is in my header.

<a name="top"></a>
<table border="0" width=""$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="125" class="header"><table width="1000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1000"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.jpg" width="1000" height="125" alt="$vboptions[bbtitle]" class="logo"/></a></td>

BirdOPrey5
05-27-2010, 08:27 PM
I would suggest changing the second table tag and the bottom td tag to width="100%" instead of 1000 pixels and see if it helps.