Jump to content

This topic is 8477 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

  • 3 weeks later...
  • Newbies
Posted

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

Posted

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 ]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.