hi all
i have a comman variable on top of every page
and i m writing addresses of css files and images asPHP Code:$domain = "http://localhost/myfolder";
But how would i call $domain variable in my stylesheetPHP Code:<link rel="stylesheet" type="text/css" href="<? echo $domain ?>/styles.css" />
vineetCode:body{font-size:12px; background:url(../images/bg.gif) repeat-x;}



Reply With Quote
Bookmarks