Hi, I'm new to php but have been using CSS for some time so first thig i did with my php script is attach css to it via <link rel="stylesheet" href="style.css" /> which works fine. However, when my php page is updated via $_SERVER['PHP_SELF'] some of the formatting is lost - usually font family/size/color. The stylesheet I'm using has been running on static sites ok, do I need to modify it for use with PHP ?
Many thanks
Kevin






Bookmarks