Change background color for HTML field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 11:55 PM
Hello!
I have a custom table which contains an HTML field.
When the field is editable, the field looks like this:
When the field is set to read-only it looks like this:
Is it possible to set the background to gray similar to a text field as seen below:
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:35 AM
Hi @ceraulo,
If you want to change the background color of the HTML Type field, write styling in the Source code of HTML Field.
<style>
body{
background-color: #f6f6f8;
}
</style>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 02:09 AM
This works, but only for a particular record. How to change the background color of the HTML Type field to all the records and not to a particular one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 02:08 AM
This works but only for that particular record. But what to do to change the background color of the HTML Type field, in every record and not on any particular record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 03:12 AM
Were you able to get any solution for this?