Please pardon the ignorance but what would be the address if i'm working on localhost? Nothing i try works!!!
\includes\templates\MyTemplate\images\image.jpg
Sorry for the dumb question but it truley aint workin'.
and thank you in advance,
Arpeggio
Please pardon the ignorance but what would be the address if i'm working on localhost? Nothing i try works!!!
\includes\templates\MyTemplate\images\image.jpg
Sorry for the dumb question but it truley aint workin'.
and thank you in advance,
Arpeggio
If by this you mean a local XAMP install on your PC then it is something like:Please pardon the ignorance but what would be the address if i'm working on localhost?
You can get this by opening the file and selecting the file with a right click and open with then your browser and view the address in the browser barCode:file:///C:/XAMP/www/Zen1/images/sooty.jpg
Zen-Venom Get Bitten
Thanks very much Kobra.
Unfortunately when i entered the URL as per the Browser's address:
file:///D:/Program%20Files/xampp/htdocs/Zen/images/MainPageImage.jpg
the image was ripped. and then didnt show on the catalog. (refer attached snapshot) (3 ripped image icons for the three times i tried using different variations on "Program Files".
file:///D:/Program Files/xampp/htdocs/Zen/images/MainPageImage.jpg
forget the other one!!
i hope you can easily spot the problem. It's very strange though.
Thank you so much in advance.
After you enter this and get the 'ripped' image - mouse over it and right click > properties > and check that the address has not been altered by ZC....if so toggle to text mode and correct then toggle back to html mode
Zen-Venom Get Bitten
Thank you for this information Kobra.
Unfortunately it still didn't work
When I right click I could check the code:
<img src="file:///D:/Program%20Files/xampp/htdocs/Zen/images/MainPageCentre.jpg"><br>
<img src="file:///D:/MainPageCentre.jpg"><br>
The second line is where i put the image directly into D drive (no directory) just in case something was wrong with my path.
Unfortunately even that didn't work.
Both paths show "ripped images" in the editor and dont show up in the catalog.
But apart from the path what could it be?
I checked the Filename 10 times and it's correct.
File size is only 34kB.
The image size is within the width of the catalog width setting (in pixels) and i experimented with various size images but still no go.
Hmmm!! Any ideas? Appreciate any light you can possibly shed. arigato.
Arpeggio
Since you are working on your local pc, the easiest way would probably be to just copy the image file from wherever it is to the ZC /images/ folder (using your pc's file manager window). Then you can enter the url of that location.
Caution: if you use absolute filepaths that reference your local computer directly in any way, the paths will break when you move your site to a remote server.
Thanks for this but that is what i did. I copied the image to 2 locations:
1. zencart/ images location
2. to my D drive root directory (no folders just in case there was even the slightest problem with the address)
Both addresses are posted in previous message. Also both methods did not work and showed "ripped images" in the HTML editor and no images on the catalog page.