Web Hosting Talk







View Full Version : Ad sense palcement


rrvs331
08-07-2008, 11:31 PM
Where should I put teh gogle adsense code?
here is the code for my site.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<title>Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="mm_travel2.css" type="text/css">
<script language="javascript">
//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//--------------- END LOCALIZEABLE ---------------
</script>
</head>
<body bgcolor="#C0DFFD">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#3366CC">
<td width="382" colspan="3" rowspan="2"><img src="mm_travel_photo.jpg" alt="Header image" width="382" height="127" border="0"></td>
<td width="378" height="63" colspan="3" id="logo" valign="bottom" align="center" nowrap>insert website name</td>
<td width="100%">&nbsp;</td>
</tr>

<tr bgcolor="#3366CC">
<td height="64" colspan="3" id="tagline" valign="top" align="center">OPTIONAL TAGLINE HERE</td>
<td width="100%">&nbsp;</td>
</tr>

<tr>
<td colspan="7" bgcolor="#003366"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0"></td>
</tr>

<tr bgcolor="#CCFF99">
<td colspan="7" id="dateformat" height="25">&nbsp;&nbsp;<script language="javascript">
document.write(TODAY); </script> </td>
</tr>
<tr>
<td colspan="7" bgcolor="#003366"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0"></td>
</tr>

<tr>
<td width="165" valign="top" bgcolor="#E6F3FF">
<table border="0" cellspacing="0" cellpadding="0" width="165" id="navigation">
<tr>
<td width="165">&nbsp;<br>
&nbsp;<br></td>
</tr>
<tr>
<td width="165"><a href="javascript:;" class="navText">destinations</a></td>
</tr>
<tr>
<td width="165"><a href="javascript:;" class="navText">airfare</a></td>
</tr>
<tr>
<td width="165"><a href="javascript:;" class="navText">cruises</a></td>
</tr>
<tr>
<td width="165"><a href="javascript:;" class="navText">specials</a></td>
</tr>
<tr>
<td width="165"><a href="javascript:;" class="navText">contact</a></td>
</tr>
</table>
*<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br> </td>
<td width="50"><img src="mm_spacer.gif" alt="" width="50" height="1" border="0"></td>
<td width="305" colspan="2" valign="top"><img src="mm_spacer.gif" alt="" width="305" height="1" border="0"><br>
&nbsp;<br>
&nbsp;<br>
<table border="0" cellspacing="0" cellpadding="0" width="305">
<tr>
<td class="pageName">Welcome Message Here</td>
</tr>

<tr>
<td class="bodyText"><p>This Home Page layout makes a great starting point for your website. Virtually all of the content is customizable, including the images, the text, and the links. You can decide whether to keep the existing graphics or swap them out for pictures of your own.</p>

<p>The text on this page is intended to help you jumpstart your design by suggesting the sort of content you may want to include, but don't let it limit you. The same is also true for the link text - feel free to change the names of the links to better suit your particular needs. If you have any questions about using Contribute to edit these pages, refer to the Read Me file included with the download or to the Contribute Help System. Have fun and make a great website!</p></td>
</tr>
</table><br> </td>
<td width="50"><img src="mm_spacer.gif" alt="" width="50" height="1" border="0"></td>
<td width="190" valign="top"><br>
&nbsp;<br>
<table border="0" cellspacing="0" cellpadding="0" width="190">
<tr>
<td colspan="3" class="subHeader" align="center">NEW DESTINATIONS</td>
</tr>

<tr>
<td width="40"><img src="mm_spacer.gif" alt="" width="40" height="1" border="0"></td>
<td width="110" id="sidebar" class="smallText"><br>
<p><img src="mm_travel_photo1.jpg" alt="Image 1" width="110" height="110" vspace="6" border="0"><br>
Include a short description here.<br>
<a href="javascript:;">Read more &gt;</a></p>

<p><img src="mm_travel_photo2.jpg" alt="Image 2" width="110" height="110" vspace="6" border="0"><br>
Include a short description here.<br>
<a href="javascript:;">Read more &gt;</a></p>
*<br>
&nbsp;<br>
&nbsp;<br> </td>
<td width="40">&nbsp;</td>
</tr>
</table> </td>
<td width="100%">&nbsp;</td>
</tr>
<tr>
<td width="165">&nbsp;</td>
<td width="50">&nbsp;</td>
<td width="167">&nbsp;</td>
<td width="138">&nbsp;</td>
<td width="50">&nbsp;</td>
<td width="190">&nbsp;</td>
<td width="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>

Orien
08-07-2008, 11:32 PM
That's really up to you. Do you understand how HTML works (appears to be a free template)?

rrvs331
08-07-2008, 11:35 PM
I use dreamweaver to create web pages, this is just a test page, and no I do not know any html coding techniques.

scribby
08-09-2008, 08:57 AM
Have a look at ....
https://www.google.com/adsense/support/bin/answer.py?answer=17954

That's always been a good starting point. Remember to assign a channel to each ad and monitor how they are doing, remove ads that receive little or no clicks and reposition them elsewhere.

gamernz
08-09-2008, 09:42 AM
Between any banner and content (although cliche) can be quite profitable in my opinion. Although adverts blended into pages stand out less and people are sometimes more likely to click there.

hugdaba
08-13-2008, 02:34 PM
I would place code in a place where you have bulk empty space, but at the same time close to relevant content.