hockyfan641
11-10-2003, 07:41 PM
Hi, I'm a webdesigner and tend to look through website's sources quite a lot. I was looking through this one and noticed a problem, and I have a suggestion.
Your site is XHTML, but your doctype tag says it's HTML. You need to change the doctype tag to <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Also, I've noticed that there is a ton of inline css. Where you could put it all into an external style sheet. It looks like you already have one, but you can put all of it in one. This would save you a ton of bandwidth.
It's a great site though, I jsut thought I should let you know.
Josh
Your site is XHTML, but your doctype tag says it's HTML. You need to change the doctype tag to <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Also, I've noticed that there is a ton of inline css. Where you could put it all into an external style sheet. It looks like you already have one, but you can put all of it in one. This would save you a ton of bandwidth.
It's a great site though, I jsut thought I should let you know.
Josh