Jump to content

CSS and PHP


steelmanronald06

Recommended Posts

[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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.