Harlequin wrote:
<?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...?
Huh? The include-statement just includes code/html, it doesn't correct any links or such.
probably the link in your css-file is wrong from the place where you include.
thomas
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php