mcirl2 Posted February 15, 2008 Share Posted February 15, 2008 When I try to link stylesheets to my php pages on my server, it wont recognize them!! This is my html: <link rel="Stylesheet" href="template.css" /> the 'template.css' file is in the same folder as the php file but it wont recogize it. I have tried everything. Also, I cannot get images to come up on php pages. I think it must be my php setup. Because linking stylesheets / images works fine for asp.net pages. Has anyone encountered this problem before. Any help would be greatly appreciated!! Thanks, Mike Link to comment https://forums.phpfreaks.com/topic/91274-external-stylesheets-just-wont-work/ Share on other sites More sharing options...
rhodesa Posted February 15, 2008 Share Posted February 15, 2008 PHP won't have any direct affect on the CSS/images not loading, but the HTML you generate with PHP might. Do you have a link to the page you are working on? If not, do a view source on the generated page, copy/paste that into a TXT file and attach it to your next post Link to comment https://forums.phpfreaks.com/topic/91274-external-stylesheets-just-wont-work/#findComment-467759 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.