|
Posted by Jerry Stuckle on 11/04/06 02:38
Cookie Jar wrote:
> Thank you both. I was hoping I could do this, but just needed to be
> sure the css file name didn't have to be hard coded.
>
> Thanks! - cj
>
> Jerry Stuckle wrote:
>
>
>> In your header, just add:
>>
>><link href="<?php echo $cssfile; ?>" rel="stylesheet" type="text/css">
>>
>
The browser is who requests the CSS file - the server doesn't even look
at the statement. And by the time it gets to the browser, there is no
way to distinguish statically from dynamically generated HTML. So no
problem.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|