Jump to content

[SOLVED] Hi - I need help with placement of google ads - where to put the code ?


ishantalathi

Recommended Posts

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.