in a desperate effort to whittle down my code I decided to use an include
statement in my webpage:
http://www.arrasresources.co.uk
But the include statement:
<?php include "Header.inc"; ?>
Brings in the correct file but not an images referenced in the CSS file,
just the background and formatting.
Has anyone come across this before...?
--
-----------------------------
Michael Mason
Arras People
www.arraspeople.co.uk
-----------------------------
For instance, your source file is being loaded from
http://server/source.file where your include file may be loaded into the
browser from http://server/includes/css.file. This is a problem, usually,
because people may setup their css files to use its path, when really the
css paths should be based from the source file's path.
Does this make sense? Again, it may not be your issue, so hopefully this
will help!
--
-Kody
kody at weekendtech dot net
"Custom ASP.Net Web Controls"
"Harlequin" <michae...@arraspeople.co.uk> wrote in message
news:eRaQQCe...@TK2MSFTNGP11.phx.gbl...