Quote:
|
You can't use dynamic CSS background as the final code is phased as CSS and not PHP so it does not understand it.
|
I'm guessing that poster was suspecting the same thing that I was, namely that css file wasn't being passed through the php interpreter.
Okay assuming your test site is here
http://www.danielcarney.net/ , your mainbody is defined as a class which means in CSS is should be addressed as .mainbody # is for id.
EDIT: I should have seen that in your first post...