
August 26th, 2008, 05:27 PM
|
|
Permanently Banned
|
|
Join Date: Aug 2008
Posts: 22
Time spent in forums: 5 h 39 m 29 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
|
|
Well I would have to bookmark that page first of all. There are alot of .'s in there making it hard to remember. Yellow looks a little off, I would suggest a different color. Hm, it couldnt hurt to have a banner and a navigation bar. Also heres a biggie, make sections of that different links. If you want to keep it all on that one page, which I do not recommend since people do not enjoy, or will want to scroll that much, then use ids that when clicked goto a section on that page.
Code:
<div id="top"> </div>
Put that at the top of your page, and then at the bottom, put this link in
Code:
<a href="#top" title="Go to the top">Go to the top</a>
Hope that helps.
Very long page, didnt take time to read, so others may not also. From reading the first paragraph or so I would assume you know what your talking about. I'd give it a 7/10
|