Hey guys - I've just uploaded this code to the server - all generated using smarty and php - using php server vars to set the path variable for the css - bizarrely it's working fine on my test server at home, but not on my live server.Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PasTV :: Index</title> <link href= "c:/inetpub/wwwroot/pastv/css/pastv.css" rel="stylesheet" type="text/css"> </head> <body> <div class="info" align=right>You are currently not logged in</div> <!--<div class="info" align=right></div> --><div class="mainbody">Wecome to PasTV</div> </br> <div class="siteinfo" align=center>©2004 Scott Harman. All Rights Reserved </div> </BODY> </HTML>
unfortunately it has an absolute hissy fit when I use relative paths, so they're not really an option. Any ideas of where I'm going totally wrong here?


LinkBack URL
About LinkBacks
Reply With Quote
