halbj Posted July 16, 2003 Posted July 16, 2003 Can I use a replacement tag inside a link tag, like this; <a href="[FMP-Field:MyLinkField]">Click here</a> It doesn't work for me, I have tried using all different encoding types to no avail. Can this be done? If so, How? Thanks Halbj
Leb i Sol Posted July 16, 2003 Posted July 16, 2003 this would be link to where? are u trying to create a "click for details" link? if so: ====================================================================== <a href="[FMP-LinkRecID: format=Detail.html, layout=web]">DETAILS</a> ====================================================================== all the best!
Steve T. Posted July 16, 2003 Posted July 16, 2003 Hi, Hal! I don't know why you're having trouble as long as your field has a valid URL in it. Here's a copy/paste directly out of one of our solutions (fieldname changed) that shows a website that is also a clickable link to that website, e.g. http://www.fmforums.com (we type "http://" with each URL). <A HREF="[FMP-field:urlfield]">[FMP-field:urlfield]</A> It works great for us. --ST
Leb i Sol Posted July 16, 2003 Posted July 16, 2003 "<A HREF="[FMP-field:urlfield]">[FMP-field:urlfield]</A>" ok...the link field....aaaa make sure that the filed enty has the full URL 'http://www.site.com' in it - not just 'site.com'
Steve T. Posted July 16, 2003 Posted July 16, 2003 Or I suppose you could put the http:// inside if you don't want to change your data, eh? <A HREF="http://[FMP-field:urlfield]">CLICK HERE</A> Hope it works out!
Recommended Posts
This topic is 7870 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now