can anyone say how can we link a css file to a php file..
I tried this
<link rel="stylesheet" href="site.css">
here site.css is my css file and i am including this in home.php file in the head section.
but i am not able to get the effects in the webpage.
External style sheet concept is not giving any effect but embedded style sheet in the home.php file is showing the required effects
help me please
thanks in advance