|
|
 |
Re: FN-FORUM: Windows 2003 Web Server Edition
date posted 26th March 2008 13:09
List - ARKAD Solutions wrote:
> Afternoon all...
>
> Thanks for the replies before....
>
> I think I'm getting more to the heart of the problem but it is strange....
>
> One part of the CSS/PHP issue appears to be the inability to display
> graphics...It works fine on the external host but not on the local one...
>
> Can anyone think of a setting which I could have missed on the php config on
> the local server?
>
> TIA
>
> Darren
>
It's more likely (I'd have thought) to be an issue with the URLs for the
images within the CSS file. Are you using fixed locations, or relative
ones?
For example, if you're calling /images/background1.gif then in your
local machine it'll be going to c:/images/ , whereas you may be really
looking for c:/websites/site/images . Try a relative link (
../images/background1.gif , for example ) instead.
Alex
http://www.ozbon.com
|
 |
|