HTML code to adjust text fields in the Back Office for FullCount Engage
HTML code to adjust text fields in
the Back Office for FullCount Engage
|
HTML Code
|
Use Case
|
|
<p style="font-size:desired
font sizepx">desired text here</p>
|
Adjust font size
|
|
<strong>desired text
here</strong>
|
Bold text
|
|
<u>desired text here</u>
|
Underline text
|
|
<p style="font-size:15px;
background-color: #ffffcc; padding: 10px; border-radius: 5px;">
<strong>desired text here</strong>
</p>
|
Highlight and change text size
|
Examples:
- <p
style="font-size:30px">Hello and Welcome to Online Ordering
with Friendship Village Happy Face.</p>
- <strong>Please pick up your
order at the selected time.</strong>
- <u>Please arrive for your
Reservation 10 minutes early.</u>
- <strong><u><p
style="font-size:30px">All orders will be delivered between
2pm and 3pm. Orders must be placed by
1:30pm</p></u></strong>
Common Back Office Areas to Use
- Delivery/Carry Out Time Text
- Mode setting for Online Ordering

- Online Ordering Text
- Located in the Community Tab

Related Articles
Back Office and Engage SSO
Back Office SSO Engage SSO Back Office SSO FullCount utilizes the OpenId Connect (ODIC) protocol to authenticate users from external identity providers (IDP) into the Back Office. Documentation we can provide to the customer about the process can be ...
FullCount Back Office integration with Trinity Health
FullCount Back Office integration with Trinity Health Documentation created by Trinity Health (Lori McMichael) and distributed to Trinity Health users. This has been provided to FullCount for reference purposes: Document 1: On Monday, Sept 16, 2019, ...
FullCount Subversion Repositories
FullCount Subversion Repositories Introduction Subversion is a software tool for organizing and managing different versions of source code for computer programs. It is primarily used for managing plain text files such as source code, configuration ...
Configure Account Balance Custom Fields
Configure Account Balance Custom Fields Objectives Create account balance custom fields in the back office. Prerequisites Access to back office application Instructions Create Custom Defined Field with Data Type of Account Balance. For each plan that ...
FullCount Git Repositories
FullCount Git Repositories Repositories FullCount Git repositories are stored on GitHub. Name Description authentication Authentication project for device management. authorization Manages JWT-based authentication back-office-ui-tests UI Tests for ...