mbust Posted October 27, 2016 Posted October 27, 2016 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
Ben360Works Posted October 27, 2016 Posted October 27, 2016 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.
Recommended Posts
This topic is 2947 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