Micky Hulse wrote:
> Ross wrote:
>> When linking to images do you use relative or absolute urls? background-
>> image:url(../images/myimage.jpg); background-
>> image:url(http://wwww.mysite.php/images/myimage.jpg);
>>
Micky Hulse replied:
>
> I prefer root relative urls:
>
> background-image: url(/images/myimage.jpg);
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Me too. When a folder starts getting too full, I may well copy some
pages to a new folder. This way the links from the copied pages do not
need changing.

Using absolute URLs may give problems should you decide to redirect
URLs. To eliminate the "www" for example, which would assist people
who type addresses manually and add an extra "w".  ;)

Cordially,
David
--


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to