steelmanronald06 Posted October 4, 2006 Author Share Posted October 4, 2006 [quote author=neylitalo link=topic=109153.msg446443#msg446443 date=1159927764]And you'll want to make sure that you set the variable $path in the CSS file - but since I think you're going for portability here, that doesn't make sense at all. It would make more sense to just hard-code it into the CSS file, since that's effectively what would be going on anyway.[/quote]what? Quote Link to comment Share on other sites More sharing options...
corbin Posted October 4, 2006 Share Posted October 4, 2006 content.php<?$path = "folder1";?>rest of your html content------------------------------------css.php#topnav { background:url(<?=$path;?>/includes/teal.gif) repeat-x; padding-top:5px; color:#fff;}Edit: Sorry didn't see the second page of this thread... This post is semi irrelivent now... Quote Link to comment Share on other sites More sharing options...
tomfmason Posted October 4, 2006 Share Posted October 4, 2006 [quote author=neylitalo link=topic=109153.msg446443#msg446443 date=1159927764][code]AddHandler x-httpd-php .css[/code]or[code]AddType application/x-httpd-php .css[/code][/quote]LOL... Thanks for correcting that..Tom Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 4, 2006 Share Posted October 4, 2006 Try using the one I gave on page 1, it should work if sessions work on your server. Quote Link to comment Share on other sites More sharing options...
steelmanronald06 Posted October 4, 2006 Author Share Posted October 4, 2006 i have it to where at the top of every file, path is defined (root in my case) and then it includes the overall_header. php which has the css (renamed to .php) in it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.