Hi there - I'm trying to develop a .jsp fragment for fora portlet. In the jsp I'm including some inline css. The css needs to include some images, for example: .dialog_nw { background: transparent url(default/top_left.gif) no-repeat 0 0; } My question is how to I supply the correct URL to this image? I tried the /default/top_left.gif tag, but that did ...