cancel
Showing results for 
Search instead for 
Did you mean: 

HTML, Images and KM Document iView

Former Member
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Michel,

I think, instead of giving the relative path, goto the KM Content, select the repository and the required folder. Click on the breadcrumb, select Details from the context menu. Goto Settings -> Properties -> Access Links -> WebDAV URL -> copy the url from /irj upto end of the link. Give this link, it will work.

Regards,

Venkatesh K

Answers (0)