Get ONLY url from links, images in Deluge scripts

Get ONLY url from links, images in Deluge scripts

Hi all,

I'm creating an HTML view for a form. I would like to be able to get the raw urls from links and images, so that I can use them directly in my html page. I'm trying to do this so that I can use different link text for links, and so that I cen size my images.

Here's what Id like to be able to do:





<a href="<%=r.LINK.URL%>">Click here!</a>

<img src="<%=r.IMAGE.URL%>" width="100px">






My end desire is just to be able to size images and to change the text of a link, so if there's another way, I'd love to hear it, but I guessing that if I could do something like the above I'd be able to accomplish what I'm trying.

Thanks!
Sam