HTML Help

Associate
Joined
3 Jan 2004
Posts
352
Good Evening,

I hope someone might be able to help me. I have created a page using FrontPage (yes I know!!!) and after putting in my Google adsense javascript on the left hand side it seems to have made the page extended. There is a huge gap which I want to chop out but don't know how :(
I have uploaded the site - www.ukmapping.net so would someone be kind enough to look at the source and let me know how to move the bottom up?
Thanks in advance :)
 
Line 80 is your problem. ;)

Edit: In the event that FrontPage doesn't display line numbers, I wouldn't want you wasting time counting.

Problem is you've got this in twice.

Code:
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
 
Last edited:
Back
Top Bottom