Page 1 of 1

Custom Templates and the REMOVE_HTML tag

PostPosted: Tue Mar 04, 2003 9:22 pm
by jkgraham
Hello,

I'm trying to get ONLY the URL part for a product More Information graphic
in a template I'm creating, so I use this:

[-- PRODUCT.MoreInformationGraphic REMOVE_HTML --]

The problem though is that it returns a bunch of other stuff as well:

src="http://www.mydomain.com/media/products/i33570A_SPR.jpg" hspace=3
vspace=3

All I want is the src part, returned like this:

http://www.mydomain.com/media/products/i33570A_SPR.jpg

Is that possible?

Thanks,
-Jon
jkgraham@tooleshed.com