I have two blogs using b2.
[url=http://hhollick.com/v-web/b2/]Living in London[/url] uses the "custom" skin that I tweaked a bit. [url=http://www.itseemstome.com]It Seems To Me[/url] uses the Darkfire skin.
Darkfire is much more basic in its underlying coding. I tried to copy the code for the Recent Posts, Recent Referrers, stats, etc. from the Custom skin to the Darkfire skin but I am having a problem figuring out how to get the formatting correct.
For example, "Some Viewing Statistics" on my custom skin looks like [url=http://hhollick.com/v-web/b2/index.php?disp=stats]this[/url] but when I copied the same code to the Darkfire skin, it looks like [url=http://itseemstome.com/index.php?disp=stats]this[/url].
Can someone point me in the right direction in how I should begin to create the proper formatting so things like the [url=http://itseemstome.com/index.php?disp=comments]Last Comments[/url] and [url=http://itseemstome.com/index.php?disp=stats]Some Viewing Statistics[/url] display properly?
A million thanks
Heather
Open up _stats.php, look at the classes it uses to style everything, then add those classes to your stylesheet.
www.w3schools.com will help if you don't know css.