View Single Post
Old 28-04-2008, 15:55   #7
dev
cf.geek
 
Join Date: Jan 2004
Posts: 803
dev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation eradev has entered a golden reputation era
Re: Web Design, CSS compatibilty and suchlike

Quote:
Originally Posted by Rob View Post
Am I trying to be too clever, perhaps in my naivety of how search engines work. I'm trying to get each page to have the prime content as the first stuff in the coding order, with the repeating stuff, that doesn't change from page to page, written in after that, say for example:

Code:
header stuff & stylesheet links

<body>
<div class="content"><!-- main page content goes here --></div>

<div class="header"><!-- page header goes here --></div>

<div class="menu"><!-- page menu goes here --></div>
</body>
Obviously the various classes include all the layout positioning background and other stuff, and may well include nested classes for sub divs of the elements as required.
Although it is possible, I wouldn't recommend it as sites nowadays should be able to work without the CSS loaded and so in that case, the flow of the site would be all wrong.
dev is offline   Reply With Quote