PDA

View Full Version : Logo and Ad Code on Same Line


ctbo
05-31-2007, 08:20 PM
Hi

I have a logo in the default place (top left) and I would like to add ad code so it displays on the top right hand side.. on the same line!

When I add the code the logo and the adds display on seperate lines?

Thanks for the help!

Chris

CyberAlien
06-01-2007, 07:23 AM
In header template find this: <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
and replace with this: <td align="$stylevar[right]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>