Getting images to show in my document
Posted: Wed Jul 22, 2015 12:40 pm
Hi,
I'm using Author mode and want images to display in the document. They display fine when in the same folder as the XML file but I can't seem to figure out how to display them when they are contained in a neighbouring folder.
Folder structure:
Root
-> OSE (where the XML file is contained and some graphics)
-> Graphics (where most of the other images are)
I don't want to edit the XML attributes for the image tags. And I don't really want to add new tags.
I am using CSS to show the images in the OSE folder
Is there anything I can do with CSS or another kind of transformation I can do?
Thanks in advance
Ian
I'm using Author mode and want images to display in the document. They display fine when in the same folder as the XML file but I can't seem to figure out how to display them when they are contained in a neighbouring folder.
Folder structure:
Root
-> OSE (where the XML file is contained and some graphics)
-> Graphics (where most of the other images are)
I don't want to edit the XML attributes for the image tags. And I don't really want to add new tags.
I am using CSS to show the images in the OSE folder
Code: Select all
figure {
content : attr(xsrc , url) ;
}
Thanks in advance
Ian