carefree Posted August 6, 2007 Share Posted August 6, 2007 I want to make ads load last, its slowing down the download time (15seconds) http://www.free-online-games-central.com Is there a special code i can tag the ad tables with? and place a META tag in the head with a 5 second delay?? Quote Link to comment https://forums.phpfreaks.com/topic/63634-how-to-make-ads-load-last/ Share on other sites More sharing options...
Fadion Posted August 7, 2007 Share Posted August 7, 2007 Im on 256k dsl and they're not showing so slowly. Anyway cant think of smth to answer you. Quote Link to comment https://forums.phpfreaks.com/topic/63634-how-to-make-ads-load-last/#findComment-317112 Share on other sites More sharing options...
corbin Posted August 7, 2007 Share Posted August 7, 2007 The only thing I can think of is something like this: <!-- some content here --> <div id="ads" style="width: <width of the ad>; height: <height of the ad>"><!-- you would want to use static sizing so that when it fills it doesn't have some weird resizing going on ;p --></div> <script language="javascript"> <!-- onload = function() { obj = document.getElementById('ads'); obj.innerHTML = '<h1>THIS IS AN AD ;p</h1>'; } //--> </script> <!-- more content here --> Quote Link to comment https://forums.phpfreaks.com/topic/63634-how-to-make-ads-load-last/#findComment-317113 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.