How to make a full page footer?

peterhalmosi

New Member
I am trying to make a footer that stretches the whole of the page (like the footer on Engadget http://www.engadget.com/ ) but I can't. It always has little white bits on the bottom, top, left and right.Does anyone have any idea how to make a full page footer?*/ This is my current code */CSS \[code\]#footer { background:#333; text-align:center; width:100%;}\[/code\]HTML \[code\]<div id="footer">hi</div>\[/code\]
 
Back
Top