Now why is this wrong?

Status
Not open for further replies.

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
HTML:
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/mid1.png');">
  <tr>
    <td><center>
<!-- google_ad_client = "pub-xxxxxxxxxxxx";
/* 468x60, skapad 2008-05-07 */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center></td></tr></table>

if you go to http://jagf.net, you see the big empty thing in thetop of the page. There was 2 banners there, the x10 ad and google adsense. Now I removed the x10 ad to leave the google adsense, that was I thought I did. Now it is only a block with the same height as 2 banners and isn't showing anything. Even if you look trought the page source you will see that the code is there. Any ideas?

EDIT: ok found a missing: <script type="text/javascript">. Now the height is ok but I can't still see the ad. Can you?
 

eliasr

Member
Messages
344
Reaction score
0
Points
16
You miss the first <script> open tag; or have a extra </script> close tag

Don't use <center></center>, you can use <div align='center'></div> or <td align='center'></td>

Also try put some simple text and looks if is showed.
 
Last edited:

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Don't use <center></center>, you can use <div align='center'></div> or <td align='center'></td>

Also try put some simple text and looks if is showed.

I tried with text and that shows for some reason but not the ad.
 
Status
Not open for further replies.
Top