|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
My web templates
Please check out my web templates and tell me what to improve on and how to do it. I know they arent great and I know they need work so please tell me what to improve so I can make some money!
http://templates.pceproductions.com |
|
#2
|
||||
|
||||
|
I mostly just comment on the code.
http://validator.w3.org/check?verbo...roductions.com/. http://www.hut.fi/u/hsivonen/doctype http://www.alistapart.com/articles/doctype/ http://www.juicystudio.com/choosing-doctype/ I recommend the HTML 4.01 Transitional Doctype. However I strongly discourage the use of deprecated elements like font and center in favor of CSS. Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> http://www.w3.org/QA/2002/04/valid-dtd-list.html I recommend ISO-8859-1 (Western European), but UTF-8 would be my second choice. Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. I'm looking for new clients. |
|
#3
|
|||
|
|||
|
Are you wanted us to review your templates or the template site?
Regarding the templates: 1. You have the same design twice. Should the second template be different than the first? 2. Without being able to see the code, I can't provide much help. I'm guessing you don't want to show the code because you are trying to sell the templates, so I don't really know how to help you. I think this post may be better suiting for the Website Critiques forum. Maybe if it was there you could get some more advice.
__________________
Jeff Fetting |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > My web templates |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|