W
Webman
Guest
Use align="center" for the table that governs the entire body.
Note: It is not advisable to use tables to control your layout, as they make page files larger and slower to load, plus it can be a nightmare to edit the page later.
It's best to use <div> tags and CSS to control the layout of a Webpage.
Note: It is not advisable to use tables to control your layout, as they make page files larger and slower to load, plus it can be a nightmare to edit the page later.
It's best to use <div> tags and CSS to control the layout of a Webpage.