well when i made it bigger it wasnt all the same background colour it just went yellow to white didnt look to good apart from that it looks pretty good
Just a couple of comments. The font is almost unreadable in FF with the default font size and 1280 x 1024 resolution. The site map page has Home highlighted as the current page and the home link doesn't work.
Suggestion: make the body background the same as the wrapper background so the white disappears. Give your links a distinctive color so they can be recognized as links, then you don't have to tell users that links appear below etc. Unless it's an assignment requirement, discard the footer table and use <p>'s, less markup. Check your work in the most popular browsers as they display content differently ie. FF displays the iframes on the results page with scrollbars (another 10px of height would probably fix or set the height to auto. Correct the path
Code:
iframe src="results\oom.htm"
to
iframe src="results/oom.htm"
. FF gives a 404 error (page not found) and IE tries to run it as a .dll file.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum