Question
I would like to change the background bar color of my level 3 heading. Is there a way to do that on just my page (which is a subpage of a main website) versus changing it in the website preferences ccs file? If I understand how the preferences file works, if I change it there, it will chage it on all the pages, not just a specific one.
Environment
--
TWikiGuest - 10 Apr 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Make a css h3.css with this content
h3 {
background-color: #FF0000;
}
Attach the file to your topic and insert this text on your topic
<!--
* Set USERSTYLEURL = %PUBURLPATH%/%WEB%/%TOPIC%/h3.css
-->
You will have h3 headers like this
My header
--
EnriqueCadalso - 10 Apr 2008
You can do that also for the whole TWiki site. See
PatternSkinCustomization.
--
PeterThoeny - 10 Apr 2008