Can i make it so my ads loads last?

Discussion in 'HTML & Website Design' started by badrpg, Jun 27, 2007.

  1. #1
    Is it possible to make it so everything on my site loads first and then the ads later because sometime ads don't show up and my site just freeze
     
    badrpg, Jun 27, 2007 IP
  2. DustyDog

    DustyDog Guest

    Messages:
    545
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could put them at the bottom of the <body> tags in the html, but you'd have to surround it with a div, and style it so that it fits on the page elsewhere.
     
    DustyDog, Jun 28, 2007 IP
  3. badrpg

    badrpg Peon

    Messages:
    400
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i usually put it in the center with the code <center> but then right now i am using a php script where i can actually get two pages together into one so i don't know.
     
    badrpg, Jun 28, 2007 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    One way would be to use javascript to put the ads into container DIV's or IFRAME's.... you could use a onload method to insert them after your page is done loading.
     
    deathshadow, Jun 28, 2007 IP
  5. badrpg

    badrpg Peon

    Messages:
    400
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    can i ask how can that be done? thx
     
    badrpg, Jun 28, 2007 IP