Forum Discussion
AdamKirchhoff
4 years agoQrew Member
Another method that I have been using recently is to add all your HTML in quotations by themselves. Or to rephrase, add your HTML between quotations and end with an ampersand ("<HTML HERE>"&) For example:
If you were using the following:
<p style=font-size:14pt;color:red;>
Example Text
</p>
I will use in Formula Rich Text as follows:
"<p style=font-size:14pt;color:red;>"&
"Example Text"&
"</p>"
------------------------------
Adam Kirchhoff
------------------------------
If you were using the following:
<p style=font-size:14pt;color:red;>
Example Text
</p>
I will use in Formula Rich Text as follows:
"<p style=font-size:14pt;color:red;>"&
"Example Text"&
"</p>"
------------------------------
Adam Kirchhoff
------------------------------
AdamKirchhoff
4 years agoQrew Member
Or if you wish to use fields, or concatenate text with field (to clarify)
"<p style=font-size:14pt;color:red;>"&
"Total Due: "&[Total Due]&
"</p>"
------------------------------
Adam Kirchhoff
------------------------------
"<p style=font-size:14pt;color:red;>"&
"Total Due: "&[Total Due]&
"</p>"
------------------------------
Adam Kirchhoff
------------------------------