PDA

View Full Version : post template


auspiral
11-03-2009, 06:55 PM
I'm having trouble with creating post templates.

It seems that some fields automatically create hyperlinks and others dont.

For example I have fields called [website] (which is just a url) and [email] which is an email address.

to make these hyperlinked in my post, what syntax do I use.

I tried <a href="[website]">[website]</a>
and <a href="mailto:[email]">[email]</a>

But it doesnt seem to work correctly.

Is WFR set to automatically create links from certain text like url's or email addresses? If so , is there a way to change the link text without the actual url being displayed?

Thanks!

nickmattern
11-07-2009, 06:43 PM
Do not include quotes in the HTML

<a href=[field]> instead of <a href="[field]"]>