on my site i have a logo on top,i wanna remove that and put a horizontal google adsense bar,now these are the modifictions i made the logo banner is gone but adsense did not come.help me out
in my templates html
</div>
<?php if ($no_inset_collapse || mosCountModules('inset')) { ?>
<div id="graphic">
<div id="spotlight">
<div id="quote">
<?php mosLoadModules('inset', -1); ?>
</div>
and in my css the acutal thing was
div#graphic {
background: url(../images_firefrog/fr_graphic.jpg) 50% 0 no-repeat;
}
and i replaced it by
div#graphic {
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
}
this is in joomla but its a normal css/html doubt so i thought ill ask here since this forum is more active and plus i need to do the same for my smf also.
Thanks in advance for replying guys
im not 100% but try this,
<html>
<body>
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</body>
</html>