How insert this banner ???

Discussion in 'Forum Management' started by bestauction, Oct 4, 2007.

  1. #1
    Hi to all,

    how is possbile insert this banner in my forum?

    [​IMG]



    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
    Code (markup):
     
    bestauction, Oct 4, 2007 IP
  2. amaderforum

    amaderforum Well-Known Member

    Messages:
    155
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #2
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
    <td align="$stylevar
    "><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    <td align="$stylevar
    ">
    <script type="text/javascript"><!--
    google_ad_client = "pub-??????";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    //--></script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </td>
    </tr>
    </table>
    <!-- /logo -->

    <!-- content table -->
    $spacer_open

    $_phpinclude_output​
     
    amaderforum, Oct 4, 2007 IP
  3. bestauction

    bestauction Banned

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks amaderforum , now work !!!
     
    bestauction, Oct 4, 2007 IP