Question
How do I change the background colors
of the body and heading area in the
SlideShowPlugin ?
Environment
--
TomasStein - 26 Feb 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
The
TWiki.SlideShowPlugin in your installation has a " Default Slide Template" section where you could customize the slide template. For easier TWiki upgrade lateron iIt is better though to create a new slide template topic, and point the TEMPLATE preferences setting to it.
--
PeterThoeny - 27 Feb 2007
The default slide template uses html table layout, background colors are set with
bgcolor="..." parameters to the
tr tag. You can use a stylesheet based layout and color setting if your wish. See also
StandardColors.
--
PeterThoeny - 27 Feb 2007