why the site is behaving so wired

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
crazytopu
Forum Contributor
Posts: 259
Joined: Fri Nov 07, 2003 12:43 pm
Location: London, UK
Contact:

why the site is behaving so wired

Post by crazytopu »

home page - http://www.compquo.com

but it should look like this - http://www.compquo.com/join_member.php centre aligned.

Sometimes the home page does stay centre aligned but dont know what happens to this, all of a sudden without any reason it it messed up like this.

What i need to check to find the problem? It's a template i bought online. It was fine until I added the php bit and made some change to the site. Like adding new button etc.
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

Failed validation, 34 errors, this page is not valid html 4.01.

http://validator.w3.org/check?verbose=1 ... quo.com%2F

Fix the errors, and you will find it will likely work.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

why the site is behaving so wierd
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

sounds like an unclosed DIV
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

You now have 37 validation errors for HTML 4.01 transitional. Your stylesheet has one error. I'd bet if you fix those you'll be well on your way to rendering properly.
crazytopu
Forum Contributor
Posts: 259
Joined: Fri Nov 07, 2003 12:43 pm
Location: London, UK
Contact:

Post by crazytopu »

well i guess it's a quick fix,

http://www.compquo.com/

but yes I will have to fix them sooner or later.

thanks guys.
Post Reply