- Impact
- 502
I currently have the links page enabled and want to upgrade it to the direct link. Here's my source code:
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Cache-Control" content="max-age=3000" />
<title>
Antioxidants.mobi
</title>
<meta http-equiv="Content-Style-Type" content="text/css; charset=charset=UTF-8" />
<meta name="keywords" content="antioxidants, health, nutrition, vitamins, supplements, resveratrol, melatonin, quercetin" />
<meta name="description" content="Antioxidant information you can trust" />
<style type="text/css">A:link {color:white;}
A:visited {color:white;}
body {background-color: #330099}
</style>
<style type="text/css">
p
{
border-bottom: medium solid #FFFFFF
}
</style>
</head>
<body>
<div>
<a href="http://www.antioxidants.mobi/fruits.html">Fruits</a><br /><br />
<a href="http://ads.admob.com/link_list.php?s=a14632421c5256a">Great Mobile Sites</a>
<p><span style="color: yellow;">ยฉ 2007 Antioxidants.mobi</span></p>
<a href="http://www.antioxidants.mobi/disclaimer.html">Disclaimer</a>
</div>
</body>
</html>
-----------------
I have no idea which of the Admob pages I should use (PHP, JSP, CGI/Perl, VB.net, C#, Ruby on Rails). I don't know anything other than html and css, so this is all gibberish to me.
Help is greatly appreciated!
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Cache-Control" content="max-age=3000" />
<title>
Antioxidants.mobi
</title>
<meta http-equiv="Content-Style-Type" content="text/css; charset=charset=UTF-8" />
<meta name="keywords" content="antioxidants, health, nutrition, vitamins, supplements, resveratrol, melatonin, quercetin" />
<meta name="description" content="Antioxidant information you can trust" />
<style type="text/css">A:link {color:white;}
A:visited {color:white;}
body {background-color: #330099}
</style>
<style type="text/css">
p
{
border-bottom: medium solid #FFFFFF
}
</style>
</head>
<body>
<div>
<a href="http://www.antioxidants.mobi/fruits.html">Fruits</a><br /><br />
<a href="http://ads.admob.com/link_list.php?s=a14632421c5256a">Great Mobile Sites</a>
<p><span style="color: yellow;">ยฉ 2007 Antioxidants.mobi</span></p>
<a href="http://www.antioxidants.mobi/disclaimer.html">Disclaimer</a>
</div>
</body>
</html>
-----------------
I have no idea which of the Admob pages I should use (PHP, JSP, CGI/Perl, VB.net, C#, Ruby on Rails). I don't know anything other than html and css, so this is all gibberish to me.
Help is greatly appreciated!






