I am using createPageRenderLinkWithContext with a jquery.gallery to obtain a file path link e.g. "/uploads/1/2" passed to the page that serves the images. The link is odd though, it has $002F codes in it and the gallery component malfunctions in both IE and Chrome. In IE text appears when an image is selected but no picture or frame, in Chrome crude stream data is displayed as characters!
<a rel="gal1" id="image1" href="/webapp/img/$002fuploads$002f1$002f7" class="cboxElement"><img width="75" height="75" src="/webapp/img/$002fuploads$002f1$002f7"></a> In Chrome a long gallery wraps to fit the enclosing container and in IE it breaks out. Any ideas what the problem is? John