Guest ecsdeveloper Posted August 7, 2009 Report Posted August 7, 2009 www.elit ecr ete.com [remove spaces]
falkencreative Posted August 7, 2009 Report Posted August 7, 2009 I'm not sure where to start on this one... -- You really need to run the site through an HTML validator to check for code errors. You have a lot of them. http://validator.w3.org/ -- The code itself is a bit of a mess. There are a lot of tags used (that tag is depreciated and should no longer be used in modern web design) and a lot of span tags with inline styling that should be handled by CSS in an external CSS file. -- improper use of the "address" tag repeatedly throughout the home page -- missing closing tags -- Something like this shouldn't really be necessary:
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now