Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Paulo Silva
Staff
15
Views
3
Comments
How to change the background color of a single page
Question
There are two ways:
1 - Add an expression with no escape content and value "<script>document.body.style.backgroundColor='blue'</script>"
2 - Insert a table with 1 X 1 dimension and set Width and Height properties to 100%. Create a new entry in the web style sheet (for example: ".Back { background-color: #FFFF00; color: #000000; }" and apply it to the unique cell of the table
João Quitério
With the new extended property feature you can change the background color of a single page by following the next steps:
1. Select the target screen
2. Double-click the Extended Properties field in your Web Screen Properties Box
3. Add a new extended property with the following attributes:
- name: style
- value: "background-color: #FF0000;"
P.S. you should replace #FF0000 with the chosen color. If you need any help with the HTML color table, please refer to
https://www.w3schools.com/html/html_colors.asp
Mark
What is the best way to change the background color of an email from the standard gray to white? I tried adding the extended property, but it did not follow through when I received the email. The XY did not work for the email either.
Thanks!
Mark
Justin James
MVP
Mark -
I just create a style for the email "screen" with the needed background.
J.Ja
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...