Log in

View Full Version : Please review my site code



organza
12-06-2011, 05:51 PM
I would really appreciate it if you could review my code and point out any errors or things that could be done better.

Thanks in advance

www.organzagiftbag.co.uk

mlegg
12-06-2011, 10:27 PM
If you go to http://validator.w3.org/ it will check the HTML.
When inputting your URL and hitting the check button, you get this:
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 192 Errors, 7 warning(s)

That's a lot. :eek:

If you click on the More Options link underneath, it will give you an option of choosing Clean up Markup with HTML-Tidy. This will attempt to give you a clean code.


There is also a CSS validator (http://jigsaw.w3.org/css-validator/). I ran it for your site and it says :
Sorry! We found the following errors (61)
Go there and see what it says. There is too much code to post in here.

organza
12-07-2011, 05:39 PM
If you go to http://validator.w3.org/ it will check the HTML.
When inputting your URL and hitting the check button, you get this:
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 192 Errors, 7 warning(s)

That's a lot. :eek:

If you click on the More Options link underneath, it will give you an option of choosing Clean up Markup with HTML-Tidy. This will attempt to give you a clean code.


There is also a CSS validator (http://jigsaw.w3.org/css-validator/). I ran it for your site and it says :
Sorry! We found the following errors (61)
Go there and see what it says. There is too much code to post in here.


Thanks a lot for taking the time to do that, I will see what I can do about the above mentioned thank you.