Forum Moderators: not2easy
I created a file just for my #header style. Then I tried to include it into my embedded css in the index.php file. as soon as it hit the <?php it just stoped and all I got was a few styles spit out for the page.
so then I added the <style> tags to the include file and included it after the </style> tag.
Can you have two sets of <style> tags in one document?
This way didn't work either?
Does anyone else have any ideas?
Particularly the first post from jetboy_70 (hmmm, wonder what happened to him? ahem). Basically, put the style in your regular CSS file and enable PHP parsing as detailed in that post.
I finaly got it to work though. I put it in another file and imported that file into the header. Although come to think of it the same problem that wasn't letting it work before might have been preventing me from having the .css file a .php file with that line at the top.
apperently why the import wasn't working is that I .. umm.. didn't debug my code. Well..I never make code mistakes right? I forgot to escape my strings.