Alright, how can I make like one side of the content area, and another side? Like split it in half. Put stuff on one side, put stuff on the other side.
Then I'm not sure what to tell you. That is a CSS layout with 2 fixed columns. He has the html and the CSS. We aren't here to just give you code or change yours without you even trying. What have you tried?
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
Honestly, do you know how to right click on a page and click "view source"? That will show you exactly how the page is coded. This is BASIC stuff that you should be learning on your own, not having ppl here write code for you. View source code and study the html and CSS. Go to w3schools and study the tutorials there. Write your own code and then play and play and play around with things. Change CSS rules and view how it looks, then change it again and see what changed. Thats the only way to learn.
Be nice.
If you don't understand basic CSS and HTML, we can't really provide you that much help.
You can learn this from various places; I favoured HTMLDog, but W3Schools is good too.
Once you have a decent understanding of CSS, revisit the page Aero gave you and have another go.
If you're not a web designer and don't intend to learn, on the other hand, I suggest you hire somebody.
Sorry I apologize if I sounded rude. That wasnt my intent. I was just trying to strongly suggest he apply some good ole fashioned hands on trial and error and research so that he would learn the basics. As you pointed out Apostropartheid, if he doesnt understand or if he isnt learning the basics, there's not much ppl here can do to help him. Again, sorry if I sounded rude.
and btw, I think I suggested some good books for Decker to purchase as well in one of his other posts, but here they are again:
HTML and XHTML 5th Edition Comprehensive by Carey, Patrick
Dreamweaver CS3 The Missing Manuel by McFarland
even if you're not using dreamweaver, it has very comprehensive chapters and tutorials on html and css. They are not expensive and are very easy to work through with tutorials and example files you can download and work yourself.
Decker, you can go to this site suggested by Aerospace and copy all the code and paste it in your text editor or whatever you are using to write html. Its exactly the same page design as you are wanting with the exception of not having the navigation under the header. You can add that div as well.