i inserted a <link rel="stylesheet" href="css.css" type="text/css" /> and it doesnt work however if i use a php include <?php include("css.css"); ?> it works fine any ideas what could be wrong.
Make sure the tag is within the <head> tags otherwise it might not work. Also make sure that the css.css file is in the same directory otherwise you might need to enter the full url of that file