I have images in the images folder in my website account. the image I want to load is named "pic1.jpg". What is wrong with that ???
getURL("/images/pic1.jpg");
thanks
Printable View
I have images in the images folder in my website account. the image I want to load is named "pic1.jpg". What is wrong with that ???
getURL("/images/pic1.jpg");
thanks
Use the full url.
And make sure the picture isn't saved as a progressive .jpg.
ok thanks