PDA

View Full Version : How insert this banner ???


adivor
10-04-2007, 11:59 AM
Hi to all,

how is possbile inset this banner in my forum?

http://img186.imageshack.us/img186/1709/bannerdpqs5.jpg



my header code is:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<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>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output

nexialys
10-04-2007, 01:35 PM
<td align="$stylevar[right]">
&nbsp;
</td>

replace &nbsp; with your html for that banner...

adivor
10-04-2007, 03:07 PM
Thanks 1000, now work ;-)