danjacoby Posted October 27, 2001 Posted October 27, 2001 Can HTML tags be embedded in the definition of a calc field, so that (for instance) part of the returned text is underlined? Or is there a better way? Dan
pspafford Posted October 30, 2001 Posted October 30, 2001 Hey dan. Nope. That won't work unless you're exporting as an html file. Sure would be a nice feature though. Paul
danjacoby Posted October 30, 2001 Author Posted October 30, 2001 Multiple bummer. Is there any way to program a calc field so that part of the returned text is underlined?
BobWeaver Posted October 31, 2001 Posted October 31, 2001 A possible way around this is to use 3 merge fields like this. <<PlainText1>><<UnderlinedText>><<PlainText2>> Format the middle one as underlined, and put the appropriate parts in the respective fields.
Vaughan Posted October 31, 2001 Posted October 31, 2001 There is a spell checking example on www.databasepros.com that underlines unknown words in red (like MS Word). A neat and nifty solution worth looking at, but it requires text fields formatted in monospaced font to work.
Newbies RonKay Posted November 18, 2001 Newbies Posted November 18, 2001 quote: Originally posted by danjacoby: Can HTML tags be embedded in the definition of a calc field, so that (for instance) part of the returned text is underlined? Or is there a better way? Dan I have a questions I believe is similar to Dan. That is, I have a very simple table that I'd like to output and publish on the web. In the table I would like to have an active e-mail link automatically generated. I can see it's possible but can't seem to generate the correct syntax. Any help would be appreciated... Ron Kay
Anatoli Posted November 18, 2001 Posted November 18, 2001 code: <INPUT type="hidden" name="-mailto" value="[FMP-field:email]"> and in link <A href='mailto:[FMP-Field:head3]?Subject=Registration for [FMP-Field: Day]&body=I am registering for [FMP-Field: Day], "[FMP-Field: englishname]".' title="Click for email">Click here for email</A> [ November 18, 2001: Message edited by: Anatoli ]
Recommended Posts
This topic is 8477 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