View Single Post
  #3 (permalink)  
Old 13-06-2007, 12:41 PM
dannynosleeves's Avatar
dannynosleeves dannynosleeves is offline
currently on the run
 
Join Date: Jun 2007
Location: NC
Gender: Male
Posts: 445
Default

Awesome. Glad you think it might be a good idea.

I have now added the "main-contain" area which is where all the content will be going.

website

I think the css is correct for this. Yes?

Code:
#main-contain {
	background-image:url(images/main-con-bg.png);
	height:1000px;
	margin:auto;
	width:790px;
	}
I could use some design advice though....I dont like how the bottom of the header and the main-contain look where they meet. Any ideas there?

Last edited by dannynosleeves; 13-06-2007 at 01:31 PM. Reason: adding code
Reply With Quote