Trying to get Adsense to show up on my Archive files but not having much luck.
I think I need to put it into my Master Archive Index Template...
And have tried like this.
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><$MTBlogName$> Archives</title>
<link rel="stylesheet" href="styles-site.css" type="text/css" />
</head>
<body text="000000" bgcolor="#FFFFFF" background="images/back.gif">
<!-- All encompasing Table just for centering -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<!-- Inside Table -->
<table width="602" border="0" RULES=GROUPS cellspacing="1" align="center" bgcolor="Black">
<tr>
<td colspan="8" background="images/title2.jpg" width="600" height="62" ALT="Title">
</td>
<!-- NAVIGATION SECTION -->
<? include "phpinc/mainnav2.inc"; ?>
<!-- END NAVIGATION SECTION -->
<!-- NEWS SECTION -->
<? include "phpinc/news.inc"; ?>
<!-- END NEWS SECTION -->
<tr>
<td bgcolor="white" valign="top" width="600" height="100%" colspan="8">
<div id="container">
<div class="blog">
<div class="blogbody">
<MTArchiveList>
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br />
<!--ADSENSE-->
<center>
<table>
<TR><td>
<script type="text/javascript"><!--
google_ad_client = "pub-9529976444939014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "666666";
google_color_text = "333333";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td></tr>
</table>
</center>
<!--ADSENSE-->
</MTArchiveList>
</div>
</div>
</div>
<!-- MY STUFF -->
</td>
</tr>
</table>
</td>
</tr>
</table> <!-- end all encompansing table -->
<!-- MY STUFF -->
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><$MTBlogName$> Archives</title>
<link rel="stylesheet" href="styles-site.css" type="text/css" />
</head>
<body text="000000" bgcolor="#FFFFFF" background="images/back.gif">
<!-- All encompasing Table just for centering -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<!-- Inside Table -->
<table width="602" border="0" RULES=GROUPS cellspacing="1" align="center" bgcolor="Black">
<tr>
<td colspan="8" background="images/title2.jpg" width="600" height="62" ALT="Title">
</td>
<!-- NAVIGATION SECTION -->
<? include "phpinc/mainnav2.inc"; ?>
<!-- END NAVIGATION SECTION -->
<!-- NEWS SECTION -->
<? include "phpinc/news.inc"; ?>
<!-- END NEWS SECTION -->
<tr>
<td bgcolor="white" valign="top" width="600" height="100%" colspan="8">
<div id="container">
<div class="blog">
<div class="blogbody">
<MTArchiveList>
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br />
<!--ADSENSE-->
<center>
<table>
<TR><td>
<script type="text/javascript"><!--
google_ad_client = "pub-9529976444939014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "666666";
google_color_text = "333333";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td></tr>
</table>
</center>
<!--ADSENSE-->
</MTArchiveList>
</div>
</div>
</div>
<!-- MY STUFF -->
</td>
</tr>
</table>
</td>
</tr>
</table> <!-- end all encompansing table -->
<!-- MY STUFF -->
</body>
</html>
But not having any luck.
Not sure if I have the wrong template file, or if I am just sticking the code in the wrong place?
I am trying to target the archives which show up when someone clicks a Month on the right hand of my site.
The site is here. http://www.japannewbie.com
Any help would be appreciated!
-Harvey