Link to home
Create AccountLog in
Avatar of John Carney
John CarneyFlag for United States of America

asked on

Checking the integrity of an HTML skeleton

Please take a look at this page and let me know if the skeleton looks sound. It contains a link to its CSS. http://www.discretedata.com/DealTree/CowBoomDev/AAATestSkeleton.html    Header and footer of course will be the same on every page. All page-specific content will go inside "container_ProdDetail."

Speaking of which, since the parameters of all 4 of the parent divs are the same for every page, how should I define them so that I can use them on every page? Should I make them all classes as I did with header1? Or is it okay to use the same ID on different pages of a site?

Also, are there more appropriate names for these divs? And if you have any suggestions for making the html and css more streamlined, please let me know.

Thanks!
John
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of John Carney

ASKER

Thanks, hielo.  I'm going into a meeting for the rest of the afternoon, but I'll post more questions about this laterOne more question for now: , how and where should i be defining swapHeaderON, swapHeaderOFF

Thanks,
John
More later, jason ...thanks
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Thanks again to both of you.  Very helpful. AndJason, thanks for introducing me to  http://validator.w3.org. Looks like a really good resource/tool.

John