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
2013-02-01 11-23-41
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
2011-06-15 10-53-38
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
2019-11-12 17-31-26
Justin James
 
MVP
Mark -

I just create a style for the email "screen" with the needed background.

J.Ja
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.