I need to create a CFM page I that will have hyperlinks that are built from data from a database. For example, my database contains a column "Title" and a column "Subject. From "Title" and "Subject" I will create a hyperlink (because all of the pages follow the same scheme: This-is-the-title-this-is-the-subject.html
So the issue is that I need to enter "-" in the spaces. Because right now my CFOUTPUT is just this: This is the title this is the subject.html
Is there a simple way to convert this to This-is-the-title-this-is-the-subject.html?