placing ads?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blazinchuck
    Member
    • Dec 2007
    • 34

    [vB4] placing ads?

    im still new to coding...im just starting with the advertising manager. seems all i can do is center/left/right lol


    im looking for some coding to use "add new ad" and place all the ads inline/side-by-side,with bordering to separate each pic frame from each other
    (wanting to place more ads beside the one 200x50 image in the middle)



    also...any way to add pics/ads in the upper top 3 block areas i showed as an example?




    hope i posted in the right forum, if not sorry
    Attached Files
  • BUDIMAN
    Member
    • Jun 2010
    • 55
    • 3.8.x

    #2
    Hi, try to put the banner in table

    Here is my simple table html code..

    HTML Code:
    <div align="center">
    <table width="812" height="50" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="200"><div align="center"><put your banner here></div></td>
        <td width="200"><div align="center"><put your banner here></div></td>
        <td width="200"><div align="center"><put your banner here></div></td>
        <td width="200"><div align="center"><put your banner here></div></td>
      </tr>
    </table>
    </div>

    For other size, just change the table width.....simple as that...




    also...any way to add pics/ads in the upper top 3 block areas i showed as an example?
    put the banner code inside header template...and if it broke the styling...you need to insert some css..

    Or you also can insert the banner through ads manager in admincp
    Last edited by BUDIMAN; Thu 13 Sep '12, 12:50pm.

    Comment

    • blazinchuck
      Member
      • Dec 2007
      • 34

      #3
      thanks will try

      - - - Updated - - -

      very nice it works...thanks for your time and help!!!!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...