In the old day tables where being used. But now you dont have to.
Hard-coding tables is hell. hand-coding
css, is so easy.
just look at the code at the bottom.
<table width="100" height="100">
</table>
or
css setup
.p1{margin-top: 10px;
margin-left: 30px;
width: 100px
height: 100px;
}
}
HTMLL CODE.
<div class="p1">Here is p1</div>
if you use your class with div tags. its easiers then tables.
You can change your source
html.
Plus you can nested in div tags.
<div>1<div2></2div></div>
You can nest tables, but that is way to hard, and can get confusing.
The points
Tables are used for data,
Tables are also used with
xml.
Table can display with missing pixs. in I.E.
CSS. can fix the margin gaps that tables make.
Css, can change over 1000pages a one time.
it can also change the colour, style, margin and size of font at once.
You can have more then one style at a time.
You could have margin.
css
fonts.
css.
But mostly you would write a style sheet for I.E 7
I.E6 I.E5.5
Firefox
opera.
<notagz1>
I am working on other project as wll. I can wait to post them.