Hi,
I'm trying to get an image in the right hand box below the Cart Details box to show on the test site - I had a read around and got how to get it to show things in the box.
My problem is getting the image to show - I can get it to show in the local actinic software but when I upload or refresh the site the link to the image breaks - is this a test site anomoly that will fix once it is live?
I've tried lots of variations - my file is called 'awaiting.gif'
It sits in a folder called products, within the images folder that is in Site1 folder and I have it set as
<img src="../images/products/awaiting.gif" width="150" height="150"
test site is at
http://www.rowanuk.co.uk/newnet_v7/a...test/shop.html
Interestingly when I check source code on the live server the link to the file has changed to
<img src="acatalog/images/products/awaiting.gif"
Any ideas how to get it showing on the test server?
BTW - what is best - refresh website or update website - is there a difference?
Thanks in hope!!
Jo T
I'm trying to get an image in the right hand box below the Cart Details box to show on the test site - I had a read around and got how to get it to show things in the box.
My problem is getting the image to show - I can get it to show in the local actinic software but when I upload or refresh the site the link to the image breaks - is this a test site anomoly that will fix once it is live?
I've tried lots of variations - my file is called 'awaiting.gif'
It sits in a folder called products, within the images folder that is in Site1 folder and I have it set as
<img src="../images/products/awaiting.gif" width="150" height="150"
test site is at
http://www.rowanuk.co.uk/newnet_v7/a...test/shop.html
Interestingly when I check source code on the live server the link to the file has changed to
<img src="acatalog/images/products/awaiting.gif"
Any ideas how to get it showing on the test server?
BTW - what is best - refresh website or update website - is there a difference?
Thanks in hope!!
Jo T
Comment