| 
While I'm fixing some stuff in CSS, i'm wondering if there is a way to show 2 or 3  columns in communicator page (mysite.com/communicator.php)?  Right now it's showing one column. I would like to break it up into 2 or 3 columns depending on the width just like the member.php or viewFriends.php page.  Is it hard to code this?  
 | 
| Anyone?  I'm looking in BxBaseCommunicator.php  right now. I'm trying to find a way to split up into 2 or 3 columns.  Still struggling.  Please help.   | 
| I think this one is the last one I'm struggling with for my template. Any tricks?   | 
| Try examining the templatesGeeks, making the world a better place | 
| Geeks, making the world a better place | 
| 
 I did. this one is different.  I think i need to do hard code for this one.  :/   | 
| Quite easy to do actually.  I have given the hints, now let's see if you can figure it out.Geeks, making the world a better place | 
| 
This is what default looks like... 
 | 
| 
  
 I did. this one is different.  I think i need to do hard code for this one.  :/   Actually, changing the css is hard coding. Geeks, making the world a better place | 
| The answer is right there in your image; can you see it :-)Geeks, making the world a better place | 
| 
 haha tell me!!!  fine let me figure this out  
The answer is right there in your image; can you see it :-)   | 
| 
 omg.. you're right.. i'm an idiot.   use float:left; and change the width. 
The answer is right there in your image; can you see it :-)   | 
| If you look at your image, you can see that you have a division that is as wide as the container it is in.Geeks, making the world a better place | 
| Geeks, making the world a better place | 
| 
 yeah gotcha.  
If you look at your image, you can see that you have a division that is as wide as the container it is in.   | 
| I am guessing you know to clear the float.Geeks, making the world a better place | 
| 
 Yeah i'm all set now.  Thanks!  
I am guessing you know to clear the float.   |