ishantalathi Posted March 22, 2007 Share Posted March 22, 2007 Hi I wanted to place google ads , such that they come just below a game at my arcade. Example - http://www.arcadehouse.org/games194-can-you-run-mc-donalds-.html In this game I want to add the code such that the google adsense ad appears just below the description. On the page you first see the game, then the description , then a link for "Full Screen View" & the game category. Now I need the ads to appear below the category . A copy of my footer file can be seen here - http://www.arcadehouse.org/rskins/cool/footer.txt Thanks in advance Ishan Quote Link to comment Share on other sites More sharing options...
Seitan Posted March 23, 2007 Share Posted March 23, 2007 the footer file you supplied doesn't have the any of the stuff in your content section, it looks like it just has one of the side columns anyways, I looked at the page source and here is my suggestion <tbody><tr> <td><strong>Game Name:</strong> Can you Run Mc Donald's !</td> </tr> <tr> <td><div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="400" width="500"> <param name="movie" value="rgames/swf/mcdonalds-eng.swf"> <param name="quality" value="high"> <embed src="rgames/swf/mcdonalds-eng.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="400" width="500"> </object> </div></td> </tr> <tr> <td><strong>Game Description:</strong> Run McDonald's as if you are its CEO. Grow pastures & soy fields, corrupt people, run campaigns & keep McDonald's in profit ! You need to use your head, so do not play if you don't have one !<br> <strong>Game Total Played: </strong>436 <p align="center"><a href="index.php?id=ljg&gid=194" onclick="return popitup('index.php?id=ljg&gid=194')">Full Screen View</a> </p> <p>Game Category: Misc Games</p></td> </tr> <tr><td> ****PLACE GOOGLE ADS HERE***</td></tr> </tbody> Quote Link to comment Share on other sites More sharing options...
Seitan Posted March 23, 2007 Share Posted March 23, 2007 or alternativly or could do this <tbody><tr> <td><strong>Game Name:</strong> Can you Run Mc Donald's !</td> </tr> <tr> <td><div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="400" width="500"> <param name="movie" value="rgames/swf/mcdonalds-eng.swf"> <param name="quality" value="high"> <embed src="rgames/swf/mcdonalds-eng.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="400" width="500"> </object> </div></td> </tr> <tr> <td><strong>Game Description:</strong> Run McDonald's as if you are its CEO. Grow pastures & soy fields, corrupt people, run campaigns & keep McDonald's in profit ! You need to use your head, so do not play if you don't have one !<br> <strong>Game Total Played: </strong>436 <p align="center"><a href="index.php?id=ljg&gid=194" onclick="return popitup('index.php?id=ljg&gid=194')">Full Screen View</a> </p> <p>Game Category: Misc Games<br>***PLACE GOOGLE ADS HERE</p></td> </tr> </tbody> Quote Link to comment Share on other sites More sharing options...
ishantalathi Posted March 24, 2007 Author Share Posted March 24, 2007 Hi But where do I find this code ? Coz, I cannot see it anywhere on the pages of my website. Quote Link to comment Share on other sites More sharing options...
twilightnights Posted March 27, 2007 Share Posted March 27, 2007 You get the google ads code generated from adsense itself. Then paste it to where you want it to go on your website. Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted April 8, 2007 Share Posted April 8, 2007 go to adsense setup when you are logged into google adsense. Then follow the simple instructions. Quote Link to comment 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.