Page 1 of 1

Re: Images disappear upon moving to new server

Posted: Fri Dec 10, 2010 4:09 pm
by Wishbone

Code: Select all

.bilder #wrapper {
width:auto;
height:1000px;
background:url(/images/bgToa.jpg);
background-position:absolute;
background-position: -180px 0px;
overflow:hidden;
}
Exists: http://toastickan.com/test/toastickan/images/bgToa.jpg
Does not exist: http://toastickan.com/images/bgToa.jpg

Replace url(/images/bgToa.jpg);  with  url([[root_url]]/images/bgToa.jpg);

Re: Images disappear upon moving to new server

Posted: Fri Dec 10, 2010 4:11 pm
by Coldman
Edit: Wishbone was faster than me :)

btw... Does [[root_url]] work in 1.8.2?
edit again Yes to my own question

/Coldman