October 27, 20169 yr 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
October 27, 20169 yr 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.
Create an account or sign in to comment