Quote:
Originally Posted by dgbeig
Should it just be the ..
-will that redirect it and know where to find it?
|
View the file structure in the eBook folder and look where the page is. Then determine what it needs to find the image. A .. means go up one folder. What do you need to do to see the image while looking at the xhtml file in its folder. Do you need to go up and then down to the Images folder? If so then ../Images is the right path. Be sure and match the case of both the folders and files referenced.
Dale