Public Voice Network
- Beeeees! 88
- New York 77
- the gif animation thread 1283412834
- What is THEIR work? 55
- Battlefield 3 304304
- Random Fascinations? 33
- Music over 5.1 System 33
- FACE EATER 1010
- Meme of the day 1414
- Letterpress process video 33
- News of the day... 137137
- Video Cameras Under $2000 77
- ATTN: Greedy Republicans 2323
- Pic of the Day 6330063300
- Chick of the Day 1537915379
- Show your latest Pics 32943294
- XBMC 33
- what happened? 2222
- F1 2012 1919
- Vid of the Day 1203312033
- paper trail 88
- Facebook IPO 156156
- Diablo III 8383
- Coda 2 3434
css problem 77 Responses
Last post: 2 years, 2 months ago | Thread started: Mar 9, 10, 5:42 a.m.
Out of context: Response #4 [Mar 9, 10, 5:42 a.m.]
- flashbender
in the simpliest layout, all you need is:
<style type="text/css">
<!--body{
padding:0;
margin:0;
text-align:center;
}
.contentBox{
width:622px;
text-align:left;
margin:0 auto;
}.header {
font-size: 14px;
padding:10px;
margin:0 0 10px 0;
background-color:#CCC;
border:1px dotted #CCC;
width:600px;
}.item {
font-size: 10px;
padding:10px;
margin:0 0 10px 0;
background-color:#F1F1F1;
border:1px dotted #333;
width:600px;
}
-->
</style>
</head><body>
<div class="contentBox">
<div class="header style1">Header</div>
<div class="item">item</div>
<div class="item">item</div>
<div class="item">item</div>
</div>
</body>

- View thread



