I'm trying to update the css to display the image, where the file is contained 
in a sibling folder.

For the current folder, the specific image is in the ./Image folder.

I currently have:

graphic,
InlineGraphic,
ImageObject {
 text-align: center;
    content: image("./" attr(href), attr(width), attr(height), smooth);
}

Where the value of href is something like Image/graphic.gif, i had thought this 
would pass image ./Image/graphic.gif which is correct. Instead i still get an 
unknown format error.

Is this the correct way to do this?

Thanks,


Russ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20091112/0609335c/attachment.htm
 

Reply via email to