Sigg3
Joined: 03 Jul 2003 Posts: 896 Location: Oslo, Norway
|
Posted: Mon Jan 24, 2005 10:40 am Post subject: |
|
|
Because b2 is "dead".
You can get it from http://sigg3.net/cafelog , but WordPress is recommended to new users.
Here's what you do (in both cases):
Make dah template. Use semantic html styling, like this (very simplified):
Code: | <html>
<div id="introtext">
intro text goes here. e.g. <? php_bloginfo ("description"); ?>
</div>
<div id="blogbkg">
start b2-loop
<div class="posts">
main b2 engine
</div>
end b2-loop
</div>
<div id="right-bar">
right-bar contents
</div>
</html> |
Then you just style it with your CSS code:) -> http://www.westciv.com / http://www.w3schools.com/css/default.asp
Simple, elegant, brilliant.
If you want to make it XHTML1.0 Strict valid, you need to edit some of the quicktags, but since you seem like a new users I wouldn't recommend fooling around with the code too much. _________________ Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center | Fight my BattleImp! |
|