tables in html? help?

  • Thread starter Thread starter Webman
  • Start date Start date
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.
 
I already created the whole page with tables and images. All the tags for html are specified correctly except for one thing, I need the whole page to be centered in the middle and I can't get that to work, I should create a table width of 90% of the page but when I change that to 55% it works just like I want it to. but I can't change it cuz it is my homework so something is wrong does anyone have any idea of how to do this? Please thanks in advance.
 
Back
Top