You need to use URLEncodedFormat() to turn those spaces into %20 (and fix other special characters).
http://livedocs.adobe.com/coldfusion/8/functions_t-z_10.html
e.g.
<a href="#URLEncodedFormat(Path1)#">your link</a>
You need to use URLEncodedFormat() to turn those spaces into %20 (and fix other special characters).
http://livedocs.adobe.com/coldfusion/8/functions_t-z_10.html
e.g.
<a href="#URLEncodedFormat(Path1)#">your link</a>