Need Help dont know this adsense placment code

Discussion in 'HTML & Website Design' started by OfficialRTS, Nov 27, 2009.

  1. #1
    I was watching Joel Comm Adsense thing on youtube

    http://www.youtube.com/watch?v=9dxiVqrM-Ms&feature=player_embedded#

    at about 6:50 he shows his website content with the adsense, my question is how did joel get the adsense right below the first line mixed in his content.

    I had been using

    <div style='float:left; margin-left:10px;'>
    Adsense Code
    </div>

    But now i want to try what joel is doing. If you could tell me the code it would help me out alot thanks.
     
    OfficialRTS, Nov 27, 2009 IP
  2. cbryant03

    cbryant03 Member

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    put a < p > before the ad code and after your text and it will wrap it together in the paragraph
     
    cbryant03, Nov 27, 2009 IP
  3. OfficialRTS

    OfficialRTS Active Member

    Messages:
    376
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    I dont get it i did that and it didnt show up like joel did.

    <div style='float:left; margin-left:10px;'>
    <p>
    ADSENSE CODE
    </p>
    </div>
     
    OfficialRTS, Nov 27, 2009 IP
  4. cbryant03

    cbryant03 Member

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    goto tizag.com and look at HTML table attributes.

    you will probably put the ad code in one td cell and then the text in another td cell.
     
    cbryant03, Nov 27, 2009 IP