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

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>

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>

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.