Forum Discussion
- MarkShnier__YouQrew Legend
The equivalent of \n for use in a Rich Text field is <br>
as in BReak to a new line.
so try
"<font color=indianred><font size=2><B>"
& "***DISCLAIMER***"
& "<br>"
& "Please direct those requests to the appropriate Product Team."
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- ChayceDuncanQrew Captain
You can also separate your lines using <p> tags since they're block elements and will appear on their own lines like:
<p>DISCLAIMER**</p>
<p>note goes here</p>
The advantage is that you can style each individually to your hearts content such as making the Disclaimer bigger/bold/red etc like:
<p style='font-size: 20pt; color:red; font-weight:bold'>DISCLAIMER**</p>
<p>note goes here</p>
------------------------------
Chayce Duncan
------------------------------- VanessaAlexandeQrew Member
can you show me how to underline Disclaimer?
------------------------------
Vanessa Alexander
------------------------------
- VanessaAlexandeQrew Member
You're amazing. Thank you so much. This worked!
------------------------------
Vanessa Alexander
------------------------------