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 

How to ?

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



Joined: 18 Jun 2004
Posts: 4
Location: rochester, ny

PostPosted: Mon Jul 19, 2004 11:35 pm    Post subject: How to ? Reply with quote

I'm really confused right now. I'm trying to make each post I make in it's own box, here's a picture of what I mean...




The coding for that would be...

Code:

<tbody>
<tr>
<td class="td2">
// SUBJECT</td>
<tr>
<td class="td1">
 STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE  STUFF HERE </td>
</tr>
</tbody>


I tried to do that with b2 and it wasn't working for me at all. If you'd like to see what it did and my progress with it, please click here.

Can someone please help me?? Sad
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cherstaly



Joined: 18 Jun 2004
Posts: 4
Location: rochester, ny

PostPosted: Mon Jul 19, 2004 11:41 pm    Post subject: Reply with quote

actually, for the first post it would be:

Code:

      <td width="25"> </td>
      <td width="483" align="center" valign="top">
     
      <table width="99%">
<tbody>
<tr>
<td class="td2">
 // SUBJECT </td>
<tr>
<td class="td1">
FIRST POST FIRST POST
</td>
</tr>
</tbody>


then for each additional post:

Code:

<tbody>
<tr>
<td class="td2">
// Subject</td>
<tr>
<td class="td1">
Post post post post
</td>
</tr>
</tbody>
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sigg3



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

PostPosted: Tue Jul 20, 2004 12:24 pm    Post subject: Reply with quote

You'd want to do this:

<html>
<body>
blah blah
<table>

<b2 loop>
<tr><td post></td></tr>
</b2loop>

</table>
blah blah
</body>
</html>

BUT, if you mess around with CSS this can be acchieved by less!
Check out the tutorial over at the CSS Shark. After that you'll never look at html structure the same way again.
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
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