|
| |
|
|
ystoredesign
Posts: 34 Joined: 12/19/2003 Status: offline
|
Review please topdepo.com ranklist - 2/15/2004 11:50:01
We developed a www.topdepo.com ranklist of the best websites and as we expect participation in this ranklist would increase traffic and link popularity. We will greatly appreciate any your opinion on the following issues: is this a useful project? will it work well? are there any bad or good points?
< Message edited by ystoredesign -- 2/15/2004 11:51:50 >
|
|
|
|
BobbyDouglas
Posts: 5440 Joined: 5/15/2003 From: Arizona Status: offline
|
RE: Review please topdepo.com ranklist - 2/15/2004 13:48:16
A few problems I notice that makes the web site rather hard to read. 1) The web site does not stand out in 800x600. You must scroll over to the right in order to see the whole page. 2) The width of any sub page, ie about us page, is very wide, and thus using a small font, makes the text a little bit harder to read. I wouldn't use such a small font if you are going to have it be so wide.
|
|
|
|
ystoredesign
Posts: 34 Joined: 12/19/2003 Status: offline
|
RE: Review please topdepo.com ranklist - 2/18/2004 1:57:51
Thank you for your advice! We will take it into account :)
_____________________________
http://www.ystoredesign.com E-mail: olga@ystoredesign.com
|
|
|
|
BamseIsUnix
Posts: 108 Joined: 2/18/2004 Status: offline
|
RE: Review please topdepo.com ranklist - 2/18/2004 7:30:15
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- "http://www.w3.org/TR/html4/loose.dtd"--> Don't define doctype like this. I'm glad you've taken the effort to define one, but this is the wrong way. The URI to DTD file is inside comments, so the browser can't "see" it. The right way is: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> The site looks great, but don't use tables for layout if you really don't need to do so. It confuses the search engines. Use CSS over HTML. THe browser gets headache. To know what I mean, click here (it's your site): http://validator.w3.org/check?uri=http%3A%2F%2Fwww.topdepo.com%2F Regards, Bamse
|
|
|
|
BamseIsUnix
Posts: 108 Joined: 2/18/2004 Status: offline
|
RE: Review please topdepo.com ranklist - 2/18/2004 7:37:17
Oh... When I said use CSS over HTML, I mean that e.g. don't use <font> tag, but use CSS. Same applies to <body> tag's bgcolor etc. And one thing I forgot to mention. Tables are built like this: <table> <tr> <td></td> </tr> </table> And not like this: <table> <td></td> </table> That's why the validator complains about the TD's. Good luck validating! Regards, Bamse
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|