Posts: 457
Name: Randy
Location: Northern Wisconsin
|
I don't have a lot of time to go over this whole site, but instantly I can see several mistakes in the nav bar. For one, you never closed the <div id="navbar">
The ul and li nesting is incorrect. I see one open ul and two /ul.
Also, according to the validation, you have used the id "border" more than once.
My suggestions are:
1. Use a text editor such as notepad++. It will highlight opening and closing div info so you can see where or if you have the properly closed divs, etc.
2. When closing a div I like to put comments on which div I am closing. For eg </div><!-- end container --> It can save time when checking for errors.
3. I can see your on a "tight deadline" as mentioned, but sometimes working "slower" will result in ending quicker.
Hope this helps, good luck.
|