|
1 - you need a "wrapper" div to hold everything else
2 - text-align: center is NOT the way to achieve a centered layout in anything but legacy IE versions. Use CSS, apply a width on that wrapper, and use margin: 0 auto; to center it.
3 - When you float an element, you MUST give it a defined width - which you have not done.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|