View Single Post
Old 06-18-2008, 09:50 PM   #3
yharmon6614

Join Date
Oct 2005
Posts
387
Senior Member
Default
It's all using div. I learned by just looking at other people's css. I haven't really found any good tutorials so it has just been piecing together different guides and tinkering with it myself until I get the desired effect. You can tell just by looking below that I will get a box 900 pixels wide with a 1 pixel border around the whole thing. Not sure if I'm doing it exactly right, but it seems to work .
Code:
Code
#content	{	font-family: verdana; 			width: 900px; 			margin: 10px auto; 			padding: 0 auto; 			background-color: #CCCCCC; 			border: solid; 			border-width: 1px; }

Edit: You said you know the code, but you specify that particular "box" with the following in your html.

Code:
Code
<div id="content">

yharmon6614 is offline


 

All times are GMT +1. The time now is 10:49 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Design & Developed by Amodity.com
Copyright© Amodity