jlundell 0 Report post Posted December 5, 2010 Is there a way to inject content into <head> on a per-page basis? In particular, I'd like to have some page-specific CSS. Share this post Link to post Share on other sites
catrina 103 Report post Posted December 5, 2010 Hm, there's an alternative way of doing that if you just want some page-specific CSS. In a nutshell: you need to come up with CSS stylings for specific pages and then classify each styling to match with the elements on each specific page. This approach allows you to put the different CSS styling for specific pages all in one CSS file, so that you don't have to keep adding one specific CSS code to each individual page file that it belongs to. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites