boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

design

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
spacebooger



Joined: 20 Jan 2005
Posts: 1

PostPosted: Thu Jan 20, 2005 5:24 pm    Post subject: design Reply with quote

I want to make my page look similar to the b2 homepage (the one with the upside-down face)
I would like an image at top and two columns below it
Like the b2 page I would like the left to be the recent blogs
And on the right I would like to put links (graphic) to the categories and even an image gallery…

So in other words I would like to add extra text and graphics to the right… but designed to look similar to the b2 homepage

I downloaded wordpress and it takes up the whole screen… where do I start?
And why do I have wordpress when I click the b2 download link?
Back to top
View user's profile Send private message
Sigg3



Joined: 03 Jul 2003
Posts: 896
Location: Oslo, Norway

PostPosted: Mon Jan 24, 2005 10:40 am    Post subject: Reply with quote

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!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group