how can i align ads side by side

Discussion in 'Placement / Reviews / Examples' started by sai_karthik, Jul 17, 2007.

  1. #1
    how can i align ads side by side in my vbulletin forum

    [​IMG]
     
    sai_karthik, Jul 17, 2007 IP
  2. Jerlene.net

    Jerlene.net Prominent Member

    Messages:
    11,975
    Likes Received:
    463
    Best Answers:
    1
    Trophy Points:
    385
    #2
    Try this:

    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
    <tr>
    <td style="background-color: #xxxxxx; padding-left: 0px; padding-right: 0px;" colspan="2" align="center">
     
    <a href="http://www.xxx.com/" target="_blank"><img src="http://www.xxx.com/forums/images/xxx.gif" width="234" height="60" border="0" alt="xxx"></a> 
    
    &nbsp;
     
    <a href="http://www.xxx.com" target="_blank"><img src="http://www.v7n.com/forums/images/xxx.gif" width="234" height="60" border="0" alt="xxx"></a> 
    
    &nbsp;
    <a href="http://www.xxx.com/" target="_blank">
    <img src="http://www.v7n.com/images/xxx.gif" border="0" alt="xxx"></a>
    </td>
    </tr>
    HTML:
     
    Jerlene.net, Sep 22, 2007 IP
  3. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #3
    you must edit your theme with a table
     
    trichnosis, Sep 22, 2007 IP