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? Link to comment https://forums.phpfreaks.com/topic/21748-css-and-php/page/2/#findComment-103537 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... Link to comment https://forums.phpfreaks.com/topic/21748-css-and-php/page/2/#findComment-103552 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 Link to comment https://forums.phpfreaks.com/topic/21748-css-and-php/page/2/#findComment-103559 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. Link to comment https://forums.phpfreaks.com/topic/21748-css-and-php/page/2/#findComment-103571 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. Link to comment https://forums.phpfreaks.com/topic/21748-css-and-php/page/2/#findComment-103718 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.