Is there a tut on how to add boxes on Me page for RevCMS?

Andre12345

Member
Feb 29, 2012
86
2
Well the tittle explains it all. Is there a tut on how to add boxes on Me page for RevCMS. I know how to add boxes for RevCMS allready but when I do I don't get a Box I get this rectangle Scrennie:


Were it says " Test for devbest" I wanted that to be a Square box not this line looking thing :/

I appreciate you concern and help.

-Andre12345
 

Andre12345

Member
Feb 29, 2012
86
2
My code is:
Code:
                            <div class="cbb clearfix green ">
                                <h2 class="title">Title</h2>
                                <div style="padding:6px">
                           
                              <center> Description of Text <center>
                         
                        </div> </div>

Can you help me?
 

Andre12345

Member
Feb 29, 2012
86
2
Ok I'll try that.

Ahh . Didn't work. -_- , Btw I added the Code at the bottom of the page Is that why? I wanted it to be right next to the news on the right side.
 
Jan 17, 2012
649
166
Then put this right after the news:
Code:
<div id="column3" class="column"> <div class="habblet-container "> <div class="cbb clearfix blue "><h2 class="title">A test for DevBest</h2><center> <br/>This is a test for DevBest
</center></div><div></div>
 

Users who are viewing this thread

Top