- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
HTML color
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 .
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Couleur HTML
You can set the background color theme in the preferences (File > Preferences > Style).
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Couleur HTML
You can set the background color theme in the preferences (File > Preferences > Style).
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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 .