Changing Background Colors

 

This is some text with background changed. As you can see, it only appears as a highlight.

 

To change the ACTUAL background of the page, you have to use CSS.  For short CSS scripts, you can insert them directly into the page by following these directions:

 

  1. click Insert Plugin
  2. click PBwiki Magic, then select HTML
  3. Insert the following, where #ffff00 can be replaced with whatever color you'd like, in hexadecimal form

     

    <style>

        #displaycontent {

            background: #ffccff;

        }

    </style>

     

     

  4. Save your changes

 

NOTE: we suggest that for more extensive CSS changes that you purchase CSS support, which will allow you to place all your CSS declarations in a file called wiki.css.  This is much more flexible than using the plugin system, which is limited in the amount of text available.

 

 


Demo by Jason Nguyen

 


Page Information

  • 11 months ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts