Posted: Wed May 13, 2009 8:27 am review and tell me whats wong with my site
this is my site
http://www.geocities.com/blackmon44/
please review it for me...
it my need better content or something?
Dpledwards
Joined: 02 May 2008
Posts: 19
Location: Toronto, Canada
Posted: Wed May 13, 2009 9:43 am
the positioning of some things is a little off. be careful with those pictures and videos. Copyright law is a dangerous thing to ignore. your homepage is a little bare and I'm not even sure what you website is about.
tryingxhtml
Joined: 13 May 2009
Posts: 7
Posted: Wed May 13, 2009 2:14 pm
Thank you I changed it and I believe I ask everyone could I use their images except youtube which I thought you could share it on your site?
Please tell me all my goofy errors.
I know there are more.
sticks464
Joined: 31 Dec 2006
Posts: 2625
Posted: Wed May 13, 2009 5:27 pm
Other than a site that has no real meaningful content here's what I found
Code: <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
is not valid and should be removed. Your not using xml.
Character encoding is missing
Code: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
or
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
There are 86 errors and 15 warnings
Code: <link rel="stylesheet" href="blackmon44.css">
should be
Code: <link href="blackmon44.css" rel="stylesheet" type="text/css" />
You are using uppercase tags with an xhtml doctype. xhtml is case sensitive and lowercase must be used.
There is no consistancy from page to page, some pages don't have links to other pages and the back button has to be used.
There's too much white space above the content on the home page and generally a bad layout for the rest of the pages.
tryingxhtml
Joined: 13 May 2009
Posts: 7
Posted: Fri May 15, 2009 10:06 am
Thank you for your expert advice
I used this validator
http://www.validome.org/validate
I guess I have to make my own comment box because that is not my script....
any more comments will be helpful