View Single Post
03-03-2008, 02:56 AM
#4
jclewell is offline jclewell
jclewell's Avatar
Status: I'm new around here
Join date: Mar 2008
Location: Charlotte, NC
Expertise:
Software:
 
Posts: 4
iTrader: 0 / 0%
 

jclewell is on a distinguished road

Send a message via AIM to jclewell

  Old

Try something like this:

<div id="wrapper">

<div id="header>Put your header code/content here</div>

<ul id="main-nav"><li>Home</li><li>Page</li><li>Page</li></ul>

<div id="main-content">
<p>Let's say this a blog and i want to have ...Umpteen schizophrenic Klingons comfortably bought two obese chrysanthemums. The Klingons fights slightly progressive televisions, although one irascible wart hog easily telephoned two quixotic trailers. Umpteen mats mostly quickly abused five pawnbrokers, and one trailer marries two orifices.</p>
<p>Umpteen schizophrenic Klingons comfortably bought two obese chrysanthemums. The Klingons fights slightly progressive televisions, although one irascible wart hog easily telephoned two quixotic trailers. Umpteen mats mostly quickly abused five pawnbrokers, and one trailer marries two orifices.</p>
</div><!-- end main-content -->

<div id="footer">Footer content</div>

</div><!-- end wrapper -->

Try not to use absolute positioning...and everything should work out fine.
If you want to center all this on the page, check out http://www.bluerobot.com/web/css/center1.html

Hope that helps. Hard to lend a hand without your code. Do you have a link to a dev page? or a JPEG of what you are trying to do?