Group Abstract Group Abstract

Message Boards Message Boards

How to use the "Theme" option when exporting an HTMLFragment?

The Mathematica documentation gives this example of exporting an HTMLFragment using the "TemplateEnvironment" options:

SystemOpen @ Export[
     "cellaut.html",
    ArrayPlot[CellularAutomaton[30, {{1}, 0}, 50], Frame -> False], 
    "HTMLFragment", 
    "TemplateEnvironment" -> <|
            "Theme" -> "Cerulean",
           "Brand" -> "MyCompany",
           "PageTitle" -> "Array plot",
           "PageDescription" -> "This is the array plot description",
           "Footer" -> "Nice footer"
        |>
  ]

Changing the "Theme" parameter seems to do nothing. Does anyone know of any additional information on what the theme options are or how to use this to change the appearance of the exported HTML?

POSTED BY: John Cromwell
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard