PDA

View Full Version : Problem w/Javascript



ReptileEats
27 Jan 2008, 08:59 AM
I'm using the program BlueVoda to build my website. Everything was going great until I started adding elements to my website.

I'm having a problem with 3 things (Banner Rotator, Counter, Google Adsense). When I place them on my website and click preview they move from where I have placed them. Usually at the very bottom, far right corner. I've tried moving them all around with no luck.

I've been told that it's my html but I think it's another problem.

My HTML:
This is my google ad minus the *** of course.

<***script type="text/javascript"><!--
google_ad_client = "pub-0502460149370542";
//468x60, created 1/25/08
google_ad_slot = "4411781912";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script***>

This is my counter, minus the ***

<!-- Start Bravenet.com Service Code --> <***SCRIPT language=JavaScript src="http://pub17.bravenet.com/counter/code.php?id=395631&amp;usernum=1381280274&amp;cpv=2" type=text/javascript></SCRIPT***> <!-- End Bravenet.com Service Code -->

My banner rotator is actually built into BlueVoda so it's coded automatically, all I do is upload the banners.

Any ideas on why this would be happening?