Re: [Hypercontent-users] HC logout issue
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2006-11-14 15:38:19
|
On Nov 13, 2006, at 9:04 PM, tom tom wrote: > I think I got lot of them in now. > Only thing which is not working is image rendering > which I described below. > > We do have a top level images folder (same level as > config) we got all the images there. We want to refer > to images as follows in the html > <img src="images/testimage.jpg" /> > > but each time we save/build it adds '/' in front as > follows which prevents it from rendering > <img src="/images/testimage.jpg" /> > > This image url does not content any project specific > detail. This problem will go away once you move to XML/XSL. The XSL samples that I provided all import a single "base.xsl" which includes the logic for fixing links and images so they will render properly. Cheers, Alex |