Hi SDN,
I have the following structure in KM:
bw/img (images)
bw/pages (html pages)
bw/css (css styles)
I'm using relative path to display the images in my html pages, just like:
<img src="../img/image.jpg">
If I press the link, the page is displayed correctly with all referenced images. The same happens when I create an "URL iView" referencing the absolute path of the page (worst, I know).
If I create a "KM Document iView" the page is displayed, but the images don't. Looking at the link of the images I realize that they are referencing the root path of the portal, and not the km, just like:
http://<server>:50000/irj/servlet/prt/portal/img/banner_logo.gif
...and not:
http://<server>:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/bw/img/banner_logo.gif
I'm using Netweaver 2004 SP18.
Any sugestions?
Regards
Michel Amaral
Any sugestions?