Hi there,
I wish to import my css (cascading style sheet) viw a PHP file so I can add some additional text for people interested in my css file.
At first I thought if I just added something like this other guys example (see below) it would work just fine but I think I need some PHP code in the file.
Any ideas? Do I need to add any PHP to parse the CSS?
Thanks Chesh
/**************************************************************************
Thank you for taking an interest in my CSS. If you have questions as to
how a particular layout technique was achieved please first search my site
for an explanation. If you cannot find an explanation feel free to contact
me directly using the Communicate form on this site. Cheers.
Please don't make the same mistakes as:
Matthew Belitsky
**************************************************************************/
@import url(/css/header.css);
@import url(/css/navigation.css);
@import url(/css/general.css);
@import url(/css/post.css);
@import url(/css/sidebar.css);
@import url(/css/mute.css);