I'm a web designer and I've been cranking out some PHP for the first time this week.
Basic question, I believe.
I've noticed in my .php files I have to define my styles inline, which makes want to cry--a lot. If I drop the CSS link in the <head> of the .php file it doesn't grab it and I'm left with no style.
How can I reference a stylesheet in a .php file?
Or should I be referencing my PHP code in my HTML? I don't know enough right now to grab the php variables and print that information in an html file. Maybe I'm just getting ahead of myself.



Reply With Quote



Bookmarks