Click to See Complete Forum and Search --> : Just re-designed...please comment [ thanks ]


CalTek
01-21-2005, 10:23 AM
Just re-designed this site. Let me know what you think.

Cold Fusion driven site with some CSS and Javascript.
( There are roughly 8 other sites I look after for this organization )

Ontario Federation of Anglers & Hunters (http://www.ofah.org/index.cfm)

Any suggestions / comments are greatly apreciated. :D

the tree
01-21-2005, 11:15 AM
You should always make stuff work without java script, your navigation menu doesn't even appear. You've used way to many tables, use css for layout. That midle section is pretty much unordered lists and headings yet I see none of those elements, just tables. You really need to add a doctype (http://www.w3schools.com/tags/tag_doctype.asp). And put a head (http://www.w3schools.com/tags/tag_head.asp) element around your title and all that javascript. Once you've done all of that, look at the validator (http://validator.w3.org) and see what else it has to say about your code

CalTek
01-21-2005, 11:23 AM
Thanks for the tips...will keep that in mind :)

Looks like it's gonna be a chorse to clean up these tables into CSS....especially with the graphics interlaced as well.