• FrancoIncitti

    (@francoincitti)


    Hello,
    I have just put 2 ads in the same text widget. However they are lining up like this:
    Ad 1
    Ad 2
    I want them to line up like this on the same line:
    Ad 1 Ad 2
    The amazon ads did this automatically, but the other brandcaster ads didn’t.
    Is there some html i can ad in between the two ads so they line up next to eachother?
    You can see what I mean here:
    http://www.thecouponadventure.com
    Just scroll down the page untill you come to the section labeled “Printable Coupons” on the sidebar. I want them to line up like the amazon ads right above them. Please help!

Viewing 1 replies (of 1 total)
  • Michael

    (@southstationmedia)

    Hmm looking at the “Printable Coupons” add, putting two on one line may just be to big for the sidebars width to handle.

    You can try to put the images into inline div’s like this:

    <style type="text/css">
    div.inline { float:left; }
    </style>
    <div class="inline">ADD 1</div>
    <div class="inline">ADD 2</div>

    *(where ADD1 and ADD2 are the links/images)

    ..or you could always just use a html table.

Viewing 1 replies (of 1 total)
  • The topic ‘Get ads to line up next to eachother’ is closed to new replies.