Quote:
Originally Posted by wayfarer07
Your div #maincontent is spilling over the bottom of the div #main because #maincontent has been floated, but not cleared. You can either place an element at the bottom of #main with {clear: both} as one of its properties, or you can add {overflow: auto} to #main.
|
Perfect Thanks A Ton for bothering with that really messy code!
Quote:
Originally Posted by LadynRed
A server-side include is the easiest way to accomplish that.
|
Awesome. Exactly what I was looking for
Thanks again both you you
Last edited by TreyeMe; 08-05-2008 at 11:15 PM..
|