We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Code For a layout; I really need this code
Topic Started: Jul 30 2011, 04:44 PM (307 Views)
GotYa
Member
[ * ]
Board Address: Private
Board Software: ZetaBoards
Description: I was wondering how to get a layout where I can use bb code and make divisions for example like this image below. Like you can see the lines make it its own section. I need a code to make it just like that one. Thanks.

Posted Image
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<div class="category">
<table class="cat_head">
<tr>
<td>
<h2>Title</h2>
</td>
</tr>
</table>
<table>
<tr>
<td>Box 1</td>
<td>Box 2</td>
<td>Box 3</td>
</tr>
<tr>
<td class="c_foot" colspan="3"></td>
</tr>
</table>
</div>
Simply edit in any content you like and you can add additional styling with HTML.
Offline Profile Goto Top
 
Minato
Member Avatar
Let Me Be With You
[ *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic