can a php file be styled by css?

Shane S

New member
I was styling my index.html with css, then i switched to a index.php I thought everything may work the same, but I can seem to get my css file to work on my php? talking about using an external css sheet.
 
Yes you can

But properly link it with <link>

same as you link it to HTML files
 
Back
Top