Positioning Adds

Discussion in 'Placement / Reviews / Examples' started by snark009, May 16, 2006.

  1. #1
    How do you position adds on your website using html? Sorry if this is a stupid question, but I am new to this whole website and adsense thing.:eek:
     
    snark009, May 16, 2006 IP
  2. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Um, how exactly do you want to position it?
     
    jackburton2006, May 16, 2006 IP
  3. snark009

    snark009 Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well, I tried to paste a leaderboard into my html, but it was automatically positioned on the very top left. I would like it to be pasted at the very top middle. Unless you think that the very top left is a better place.
     
    snark009, May 16, 2006 IP
  4. tlainevool

    tlainevool Guest

    Messages:
    1,071
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think this goes a little beyond the topic of this forum. I would suggest finding a good HTML and CSS tutorial on the internet. There are lots of them out there.
     
    tlainevool, May 16, 2006 IP
  5. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Bracket the Adsense code with <center> CODEHERE </center> to center it.
     
    jackburton2006, May 16, 2006 IP
  6. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #6
    What's your URL? Otherwise it's kind of difficult to keep offering ways to center something when I'm not sure if you're running this site on a blog or a paper napkin, know what I mean?
     
    jackburton2006, May 16, 2006 IP
  7. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No worries. :)
     
    jackburton2006, May 16, 2006 IP
  8. gadgetsguy

    gadgetsguy Peon

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    <center>ad code</center> will work for the most part, but a more W3C compliant, cross-platform syntax is
    <div align="center">adsense code</div>

    "center" can alternately be switched for"right", "left", or "justify" also

    GG
     
    gadgetsguy, May 19, 2006 IP