inherit
63797
0
Jan 23, 2016 7:53:28 GMT -8
rick261
122
November 2005
rick261
|
Post by rick261 on Apr 10, 2013 14:38:31 GMT -8
I have updated to the new version 5. Could someone create my a simple 3 column table with the title bar. I want to put it at the top of my Headers. I have looked in the database but it looks like everything I try is for v4. Thank You!!!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 11, 2013 23:09:29 GMT -8
I don't have a table per say but this is just the same as a table. You are welcome to use it.
<style tyep="text/css"> .inner_cont{ display: block; float: left; width: 31%; padding: 8px;
} </style>
<div class="container"> <div class="title-bar" style="text-align: center;"><h2>General</h2></div> <div class="content"> <div class="inner_cont"> Contentone<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div> <div class="inner_cont" style="border-left: 1px solid black;border-right: 1px solid black;"> Contentone<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div> <div class="inner_cont"> Contentone<br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div> </div> </div>
The only thing you have to be careful about is sticking an image in that is too big. That will make the end div move down as if there are two rows.
|
|
inherit
63797
0
Jan 23, 2016 7:53:28 GMT -8
rick261
122
November 2005
rick261
|
Post by rick261 on Apr 12, 2013 19:19:59 GMT -8
Thanks p????lq?n?, It works perfectly.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Apr 12, 2013 20:51:27 GMT -8
You're welcome, glad it worked for you.
|
|