Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to create a list of hyperlinks from words taken from a database. The problem I have is that I need to add a "#" in order to hyperlink inside the document.
<cfloop query="test"><a href="##word#"></cfloop>
This throws an error. Any suggestions?
<cfloop query="test"><a href="##word#"></cfloop>
This throws an error. Any suggestions?