OZONE Asylum
Forums
Site reviews!
Website overhaul
This page's ID:
10442
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[b]Doctype[/b] - Good to see that you have one, but there's one minor mistake. You're using the wrong one on the page that contains the frames. Any page with a <frameset> should technically be using a frameset doctype, like this one: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> [/code] [b]Encoding[/b] - Good to see that you have one of those too. [b]Frames[/b] - Okay, it's not that bad, but it's still something you can do without. I think things are simpler [i]without[/i] frames, but I suppose that depends on how you look at it. Bottom line: Keep them if you must, but they're very 20th Century-ish... [b]CSS[/b] - I've spotted an accessibility issue with the way you're formatting your pages. The background color is specified in the <body> tag, but your text color is specified with CSS. If a person happened to have CSS turned off or a non-CSS browser, they would see their default text color (most likely black) on your HTML background color (black). I'm pretty sure that's not what you want ;) My advice: specify the background color of the page using CSS as well, like so: [code] body { color: #ffffff; background: #000000; } [/code] If we're going to get picky about it, the menu should be formatted as a <ul> as well, because that's essentially what it is: an unordered list. You can always remove the bullet with CSS, and replace it with a custom one, if you want some fancy formatting effect ;) [b]Visual Design[/b] - In short... I like it :) Nice and simple. The text is just a tad too dark for me, but that's a minor issue. Overall, nice work. And might I add that I'm a great fan of your artwork :D [img]http://omnizero.home.comcast.net/asylum/sigs/003.gif[/img] [This message has been edited by ozphactor (edited 09-16-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »