I want a background
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi, you can add a background to your wiki by using CSS. Wiki-wide CSS requires PBwiki 1.0 wikis to have premium CSS support.The CSS code will look something like:
#displaycontent { background: url(/f/mybackground.jpg); }
To do a background for an individual page, you could insert an HTML plugin with the code:
<style>
#displaycontent { background: url(/f/mybackground.jpg); }
</style>
We have not opened up custom CSS for PBwiki 2.0 yet.
Loading Profile...




EMPLOYEE
