Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
No problem. You can make a formula html field and it can have a combination of text, html characters and an image.
Here an example of some HTML which is fancier than I normally do, but the client needed a red box around the words.
"<b><font size=2><font color=red>" &
"<div style=\"border:1px dotted black;padding:1em;\">"
&
"<div style=\"text-align:center\">" & "*** ATTENTION ***"
&"<br><br>" &
"For the quoted pricing to be honoured, the <br><br><u>Job Quote #</u>, "
& "<u>Project Name</u> and <u>Price</u> <br><br>must be given at time of order.</div>"
You can also include an image like this
"<img src=https://images.quickbase.com/si/24/280-user_0.png>"
There are 502 standard images here https://login.quickbase.com/db/9kaw8phg?a=ShowPage&pageid=134 or you can make a table of your own images and link to them as well.
If you intended to include images in external emails to emails sent to non users, be sure to store the images n a separate app open to everyone on the internet.
Here an example of some HTML which is fancier than I normally do, but the client needed a red box around the words.
"<b><font size=2><font color=red>" &
"<div style=\"border:1px dotted black;padding:1em;\">"
&
"<div style=\"text-align:center\">" & "*** ATTENTION ***"
&"<br><br>" &
"For the quoted pricing to be honoured, the <br><br><u>Job Quote #</u>, "
& "<u>Project Name</u> and <u>Price</u> <br><br>must be given at time of order.</div>"
You can also include an image like this
"<img src=https://images.quickbase.com/si/24/280-user_0.png>"
There are 502 standard images here https://login.quickbase.com/db/9kaw8phg?a=ShowPage&pageid=134 or you can make a table of your own images and link to them as well.
If you intended to include images in external emails to emails sent to non users, be sure to store the images n a separate app open to everyone on the internet.
StephanieHarris
8 years agoQrew Assistant Captain
Is there a way I come make the field or data there in appear only when certain conditions are met and be in the middle of the screen, similar to when a message is displayed as part of a dynamic form rule?