well...

Status
Not open for further replies.

NeonWarrior

New Member
Messages
137
Reaction score
0
Points
0
i just realised ive signed up for the ad-enhanced program, and i dont have any ads on my site, appologies corey i though the ads would be incorporated automatically, but now i understand if i dont have some up on my site soon then ill be suspended, but im wondering what you want us to advertise, x10? or anything of our choice? i just need to clear this up before im suspended!
 

NeonWarrior

New Member
Messages
137
Reaction score
0
Points
0
ok ty starshine, do i just place the cde in the html? i dunno...im guessing they're top banners?
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
For the plan you're on (Corporate) it is a 468x60 banner. Right now it is Yahoo ads. You just copy and paste the code into the pages on your site and it should show up.

-Corey
 

NeonWarrior

New Member
Messages
137
Reaction score
0
Points
0
i added the codes to a blank html page to test iy and previewed them in a browser hbut nothing showed up
 

Chris73

New Member
Messages
5,356
Reaction score
1
Points
0
whats the link to your page? You might have an ad blocker. I however turned mine off.
 

NeonWarrior

New Member
Messages
137
Reaction score
0
Points
0
http://gccc.exofire.net

i added 2 codes, the required one and the corporate since corey said i was on the corporate plan, and i added them above the <head> codes on my main template which updated every page, then i put them all to the server, its done somkthing to the pages, but no advertisements are there, the content just moved down the banner width, nothing appeared, guesses why?
 

mr kennedy

Member
Messages
524
Reaction score
1
Points
18
I've seen your page's code.... you need to put the adcode within body for people to see them... your current page is this.. :

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/final template.dwt" codeOutsideHTMLIsLocked="false" -->
<script type="text/javascript" src="http://x10hosting.com/adserve.js?Neon"></script>
<script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
@import url("Dreamweaver things/General Text style sheet.css");
.style1 {
	color: #FFFFFF;
	font-family: "Lucida Sans";
	font-size: 16px;
}
.style2 {
	font-family: "Lucida Sans";
	font-size: 24px;
	color: #FFFFFF;
}
-->
</style>
<title>Grimsby Cleethorpes Canoe Club</title>
</head>

<body background="images/getting-drunk-2.jpg">

<div align="center">

  <table width="843" height="844" border="0" cellpadding="2" bgcolor="#3300CC">
    <tr>
      <td width="250" height="138"><img src="images/BCUlogo.JPG" width="250" height="170" align="top" /></td>
      <td width="571" bgcolor="#3300CC"><img src="images/BannerLogo.png" width="590" height="170" /></td>
    </tr>
    <tr>
      <td width="250" valign="top"><table width="209" border="0">
        <tr>
          <td width="245" height="50" align="center"><a href="index.html"><img src="ButtonSet/Home.png" width="158" height="59" align="middle" /></a></td>

        </tr>
        <tr>
          <td width="245" height="50" align="center"><a href="pages/news.html"><img src="ButtonSet/News.png" width="158" height="59" /></a></td>
        </tr>
        <tr>
          <td width="245" height="50" align="center"><a href="pages/Events.html"><img src="ButtonSet/Events.png" width="158" height="59" /></a></td>
        </tr>
        <tr>
          <td width="245" height="50" align="center"><a href="pages/Gallery.html"><img src="ButtonSet/Gallery.png" width="158" height="59" /></a></td>

        </tr>
        <tr>
          <td width="245" height="50" align="center"><a href="http://gccc.myfastforum.org"><img src="ButtonSet/Forum.png" width="158" height="59" /></a></td>
        </tr>
        <tr>
          <td width="245" height="50" align="center"><a href="pages/About.html"><img src="ButtonSet/About.png" width="158" height="59" /></a></td>
        </tr>
        <tr>
          <td width="245" height="50" align="center"><a href="pages/Contact_us.html"><img src="ButtonSet/Contact.png" width="158" height="59" /></a></td>

        </tr>
      </table></td>
      <td valign="top" bgcolor="#3300CC"><!-- InstanceBeginEditable name="EditRegion3" -->
        <p align="center" class="style3" style="color: #FFFFFF; font-size: 18px"><a href="pages/Gallerys/Tattershall_Gallery.html">Photo Gallery updated! (14-09-07)</a></p>
        <p align="center" class="style3" style="color: #FFFFFF; font-size: 18px"><a href="pages/Pool_Rota.html">Pool Coaching Rota (13/09 - 18/10)</a></p>
        <p align="center" class="style2" style="color: #FFFFFF; font-size: 24px"><u>Welcome to the GCCC website!</u></p>
        <p class="style2">&nbsp;</p>

        <p align="center" class="style1">The site is undergoing a bit of maintanence at the moment, seeing as how it was just created!</p>
        <p align="center" class="style1" style="color: #FFFFFF">good things come to those who wait! so with a little patience youll have a spanking new site!</p>
        <p align="center" class="style1" style="color: #FFFFFF">Some of the pages may be incomplete or missing, depending on how much work ive done since i finished college and how much i thought about it, but mental powers alone wont complete the task at hand!</p>
        <p align="center" class="style7 style4 style2" style="color: #FFFFFF">&nbsp;</p>
        <p align="center" class="style1" style="color: #FFFFFF">thanks for your patience</p>
        <p align="center" class="style1" style="color: #FFFFFF">~Ben</p>

      
<!-- InstanceEndEditable --></td>
    </tr>
    <tr>
      <td valign="top">&nbsp;</td>
      <td valign="top" bgcolor="#3300CC">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
<!-- InstanceEnd --></html>

you should consider putting it under the GCCC logo...
 

NeonWarrior

New Member
Messages
137
Reaction score
0
Points
0
ok wel i put the code between the background image and the div align code (fr the main table) so it would appear but nothing has, so unless a solution can be found, its not my fault the codes wont work because i dont know html
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I see the ads on your page.

-Corey
 

NeonWarrior

New Member
Messages
137
Reaction score
0
Points
0
ah well, if you can see them, and corey can see them, the ad's are there, so my site is now ok =]

thanks for the help as always!
 
Status
Not open for further replies.
Top