Hello everyone 🙂
Been a while since i've had the time to check this place.
i have searched alot after an answer but alas no cookie for me.
I have a dynamically generated page - which then gets a stylesheet with a given value like so:
<link rel="stylesheet" href="css.php?style=1" type="text/css" />
Now, if i put in a doctype, any doctype before my <html> it stops reading my css file :s. However, if i copy the file into a .css file and try agian it works.
It works with my css.php file IF i put the doctype after <html>, however, that's not very right 😉
Any ideas what it could be exactly?
Thanks in advance.