website design

lynchknot

OSNN Senior Addict
Joined
1 Sep 2002
Messages
800
So I noticed this board critiques website design (Site Finally Completed thread). Perhaps someone will help me with mine. There are some W3C errrors and I don't know how to fix them as I think they are due to 3rd party code errors. The site is old and I'm thinking of updating the site (and themes as well)
 
First and foremost error: Parse Model. Check your DOCTYPE, the HTML in that doctype needs to be lower case, grab an example from any website, I do suggest instead of going for HTML 4.01 Transitional, go for XHTML 1.0 transitional.

Code:
<META name="verify-v1" content="VaGP6T+NRhP7ChFYRh9vio5ZhezqGM7+sn7Hss03Yto=" />

What is this used for? If nothing remove it. This is an error you probably will keep having.

The next one is the script from google ads, add an extra </script> right on that same line.

You are also not nesting properly:

Code:
<html> <body> </html> </body>

for example is not valid.

Code:
<html> <body> </body> </html>

is

same with:

Code:
<script> <center> </script> </center>

is also invalid, which is why you get error on line 46 - > 52

because you need to use:

Code:
<script> <center></center> </script>

Fix those simple errors, and then get back to us.
 
maybe it's late and I'm tired and my eyes don't track too well. I'm confused
 

Attachments

  • confused.jpg
    confused.jpg
    139.1 KB · Views: 113
Look at the line the last arrow is pointing at. And look what is right after it, and what the tag right before it is. The tag before it is not a script closing tag, but rather an opening tag. And you pointed your arrows at my post telling you EXACTLY what is wrong.

I even like how your editor shows you the fact that your
Code:
</center>
tag is misaligned because it shows it as not being syntax color coded.

Please re-read my post carefully, and look at what you have there VERY carefully. Do it early in the morning after a 12 hour long night, not late at night just before going to bed. You will see your mistake. I won't point it out to you anymore.
 
thanks x-istence. My editor is wordpad though (or notepad). Oh wait, that wasn't an editor but Firefox using "view source"
 
Last edited:

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back