Can someone take a look at my code: where has this "h" came from??!!

Soldato
Joined
4 Feb 2004
Posts
13,430
Location
Écosse
I'm redoing a basic website for a friend.

www.glasgowkayakclub.com

As you will see its in an unfinished state just now, but can someone please have a look at my code on the Index/Home page and tell me where this little lower case "h" has appeared from and how to fix it?.

Its between the header/nav bar and the banner, it only appears to be on the index page though. I have no idea how it got there!!!.

Any assistance HUGELY appreciated!!! :)

Also just noticed, I seem to have mucked up the header and nav bar as its fine at my widescreen res on my monitor, but drop it down further and it squashes the nav text down into the area below?.
 
Last edited:
Code:
      <li><a href="#">GKC Gallery</a></li>
      <a href="#"></a>
      <li><a href="#">Contact Us</a></li>

      <a href="#"></a>
      <li><a href="#">Visit our Forums</a></li>
  </ul> 	
h</div>

Right before the last </div> ;)
 
Got it, cheers....well spotted folks!!! :D

So, next question....

Any ideas why the nav bar ends up spilling all over the place if you view it on a smaller screen?
 
not just small resolutions either, that doesn't work right in 1024x768 which believe it or not is by far and away the most commonly used desktop resolution.

Also that has 11 markup errors, get yourself HTML validator!
 
Last edited:
Right, I have redone the site and binned the top nav bar thing that was causing the bother.

Added a more traditional nav bar on the left of the page.

However, one more problem has appeared.

I have uploaded the completed site to my hosting and still I see the likes of this in the address/search bar :-

http://www.glasgowkayakclub.com/About GKC.html

Why is that %20 thing in there?.

Any ideas?.

I want it to read:-

http://www.glasgowkayakclub.com/AboutGKC.html

Without the 20% thingy!!!!
 
suarve said:
quite like that site very clean design and easy to read/navigate.

Thanks. :)

I wanted a clean/fresh look for it.

Had a look at a few other Kayaking sites and some of them were seriously overcluttered with superficial extras that made them look far too "busy".

Now I just need to sort out a few validation errors and SEO it. :cool:
 
Cheers for the reminder.

Some of the text is already justified, some isnt as it didnt look right on certain pages being so close to the pictures.

Will need to take another look at it. :cool:
 
Back
Top Bottom