
July 25th, 2001, 01:34 PM
|
 |
phpkid ~~~~~~ :o)
|
|
Join Date: Nov 2000
Location: NJ, USA
Posts: 2,534
 
Time spent in forums: 11 m 11 sec
Reputation Power: 15
|
|
i think ..
i think there is something wrong regarding ur concept.
basically PHP is used to out put HTML.
now its upto u what HTML o/p to produce.
suppose that u r writing this
link href="css/links.css" rel="stylesheet" type="text/css"
then it will look for links.css as u have put in normal html page. it has nothing to do with PHP.
make sure that there is css directory under directory where PHP script is residing..
i think best approach would be to use absolute path for css file. that should work for sure,
jd
__________________
_____________________________
d.k.jariwala (JD)
~ simple thought, simple act ~
I blog @ http://jdk.phpkid.org
|