1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to put ad higher

Discussion in 'Placement / Reviews / Examples' started by vampirepro, Oct 17, 2017.

  1. #1
    How to put ad higher where is first sentence

    Right now I use <div style="display:block;float:left;margin: 10px;">

    https://i.imgur.com/zmEFTH8.png
     
    vampirepro, Oct 17, 2017 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,151
    Likes Received:
    1,656
    Best Answers:
    29
    Trophy Points:
    475
    #2
    Don't use display: block and float: left together, it's redundant. All you need is just float: left. You can try line-height to pull it up.

    <div style="float: left; margin: 0 10px 10px 10px; line-height: 16px;">

    Change that line-height until the banner is where you want it to be.
     
    qwikad.com, Oct 17, 2017 IP