« Return to Thread: Simple Questions for Newbie (Background Page Image)

Re: Simple Questions for Newbie (Background Page Image)

by Vatton :: Rate this Message:

| View in Thread


Le vendredi 03 octobre 2008 à 09:20 +0100, Helder Magalhães a écrit :
>
> >  background-image: url(D:/RealEstate/XSite/TestSplash.jpg);
>
> Always avoid full paths - use relative paths instead. If your HTML
> file is in the same directory as "TestSplash.jpg", simply write:
>
> background-image: url(TestSplash.jpg);
>

When you use the Amaya CSS dialog (see the CSS button) to insert a
background-image, Amaya generates a relative path to avoid this kind of
problem.

Regards
--
Irene Vatton <Irene.Vatton@...>
INRIA


 « Return to Thread: Simple Questions for Newbie (Background Page Image)