i have to redo my layout using div tags in ahurry and very new to it. i am using an external stylesheet and i saw some videos on youtube using divs but it not working for me. the only thing that works is the heading. i want my display to have a header, navigation below and then a container to make it neat. so i need help in a hurry.

body{
	background-image:<img src="../../images/blue_background.jpg"
}
 div.container{
	position:fixed;
	width:auto;
	height:300px;
	padding:10px;
	border:thin #FFD700;
	margin:0px;
	}
h1{  background-color: #FFD700; 
							text-align: center;
							height: 200px;
							color: black;
							font-size: 47px;
							font-family: impact;
							margin-top:5px;
							margin-bottom:5px;
							margin-left:0px; 
							margin-right:0px; 
							border-top-width:1000px;}
							

div.content{
	position:relative;
	width:900px;
	height:900px;
	padding:10px;
	border:2px 800080;
	background-color:#DDA0DD
}

Do you have a url? or the html part of the code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.