Re: templates and css? -
07-08-2004
, 12:53 PM
Just to make sure I understand. You have a css file in your include that you
would like a contributor, using Dreamweaver, to be able to use when editing
content.
Your problem is that Dreamwaever will not process the PHP Include, so the
"contributor" will not see the style sheet.
If you use a <!--#include virtual="/filelocation/file.inc"--> statement and
the users have the includes on their system, then Dreamweaver will process them
and make the CSS available. They also need the CSS file on their system. I
know this will work, but there may be other ways of including files using PHP
together with Dreamweaver that I'm unaware of.
That's what I know.
Clint |