As I am making my site valid for html strict I notice that the <style type="text/css"> has to be within the head tag. Is there a way to have multiple head tags so that the <style type="text/css"> doesn't all have to be in the same location? It doesn't have to be multiple heads, but multiple style types located in places other than the top of the document.
I understand this is convenient to have it all in one place, but there are occasions where I would like to submit a document to my database and have some extra css that applies only to that page. That way I don't create an ever larger css section that applies to all of the pages. Hope this makes sense.



Reply With Quote

Bookmarks