Jump to content

Center text in email


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

Recommended Posts

Hello,

I'm testing the email plug in and while it seems to be working really well now, I find something odd that I can't seem to fix.  The getascss function seems to work for bold, italic and justified text, but for justification (left, right or centered), it does nothing. I'm unable to center text or justify to the right. FM does not add any HTML code for that. Is there a workaround this?

Thanks.

MB

Link to comment
Share on other sites

You could have an HTML template with some CSS that has text alignment and then substitute your Filemaker text into a placeholder in that template. So you could create a CSS style/class like this:
 

<style type="text/css">
.centertext{
  text-align:center;
}
</style>

And then use it in a paragraph that includes that '.centertext' class. Your Filemaker text could then be substituted into that paragraph.

Link to comment
Share on other sites

This topic is 2710 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.