Page specific CSS styling, but where to put the code?
Posted
by wretrOvian
on Stack Overflow
See other posts from Stack Overflow
or by wretrOvian
Published on 2010-04-30T06:29:35Z
Indexed on
2010/04/30
6:37 UTC
Read the original article
Hit count: 209
Hi. :)
Apart from the global.css
i'm including in my header.php
, i would also like to load certain page-content specific styles.
But since my <head></head>
is already covered by my header file, and i don't wish to resort to inlines, what is the best way to place the styles on the specific page?
Thanks ! :D
© Stack Overflow or respective owner