Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble with a href inside of cfmail tag

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I have a query based email that I send to our desktop techs showing the % of tickets that they completed on goal. I'm trying to add a link to a search page where they can enter their password and see the details. In the cfmail tag I have type set to HTML so I can add HTML features to the email. I have even enter the entire address to the cfm in the url and I can't get it to work.

Any help is welcomed.
 
Can we see some code please? Is there an error message? Does the email get sent? Is the URl missing?

simply putting this in your page should work:

<a href=&quot;yourpage.htm&quot; >Some text</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top