Recent activity
Subscribe to this feed
Mike started following the question "I want a background" in PBwiki.
Vu Nguyen replied on April 25, 2008 01:18 to the question "I want a background" in PBwiki:
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.
WebMaker asked a question in PBwiki on April 25, 2008 00:51:
I want a backgroundHow do i get a background
Loading Profile...
