View Single Post
Old 07-01-2008, 12:49 AM   #4 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

Not a fan of the tables.
Why are you putting a single <div> inside of the table cells?
You have a few typo's.
You have a few broken links, like to firefox.
You can't put a script in between the head and body tag.
TD's don't have alt attributes...
An indicator telling you what 'page' has 'actions' would be amazing. I won't go into why your 'action' idea is bad.
Why would someone want to log in?
Why would you have a splash page with enter or exit? Why even have a splash page?
As for exit, why not use Javascript, like...

Code:
<a href="#" onclick="history.back()">.:Exit:.</a>
My javascript is extremely rusty... I hope that's it.
__________________
Signatures are nothing but incriminating.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote