Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

seventeen

macrumors member
Apr 9, 2009
41
0
Denton, Tx
in your html put something like:

Code:
<div id="whatever">content</div>

and your css would look something like:

Code:
#whatever {
     width: 100%;
     height: 120px; // or however tall you want it...
     background-color: blue;  // or the hex value of whatever color you want...
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.