cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
View Original Published Thread

HTML color

Françoise
Level V

Good morning,

 

when you publish in interactive HTML, you can change the background color (light gray, dark gray and black in HTML).

Can this parameter be coded in the script to display the interactive HTML with the chosen background color?

 

Cordially

This post originally written in French and has been translated for your convenience. When you reply, it will also be translated back to French .

1 ACCEPTED SOLUTION

Accepted Solutions


Re: Couleur HTML

You can set the background color theme in the preferences (File > Preferences > Style).

092110.png

 

 


If you want to do it using JSL, you can write like this. Please beaware that changing a preference will affect the default behavior of JMP. 

/* Light Backgroud | Dark Background | Gray Background */
Preferences( Interactive HTML Color( "Dark Background" ) );


Hope this helps.

View solution in original post

2 REPLIES 2


Re: Couleur HTML

You can set the background color theme in the preferences (File > Preferences > Style).

092110.png

 

 


If you want to do it using JSL, you can write like this. Please beaware that changing a preference will affect the default behavior of JMP. 

/* Light Backgroud | Dark Background | Gray Background */
Preferences( Interactive HTML Color( "Dark Background" ) );


Hope this helps.

Françoise
Level V

Re: HTML color

Good morning,

 

Perfect !I had not seen in the preferences that you could adjust the background colors of the HTML.

that answers my question.

 

THANKS.

 

Cordially

This post originally written in French and has been translated for your convenience. When you reply, it will also be translated back to French .