Website Notes Version 1.0 (Main Table Tag Properties) ---> border=0 ---> cellpadding=0 | space beteen letters ---> cellspacing=0 | space between end of table ---> width=xxx ---> align=left ---> style=background-image:url(xxx.jpg); | add background to the table ---> background-repeat:repeat-y; | repeats the background over the y-axis (vertical) ---> background-repeat:repeat-x; | repeats the background over the x-axis (horizontal) ---> name=table1 ---> id=table1 ---> Nested Table | Table within a table (Table Cell Tags and Properties) ---> width=xxx ---> valign=top, bottom | Vertical align ---> align=left, center, right ---> height=xxx ---> style=background-image:url(xxx.jpg); | add background to the table ---> background-repeat: no-repeat; | background doesn't repeat ---> background-repeat:repeat-y; | repeats the background over the y-axis (vertical) ---> background-repeat:repeat-x; | repeats the background over the x-axis (horizontal) ---> padding-top:xxxpx; | space from the top, in the style section ---> padding-left:xxxpx; | space from the left, in the style section ---> padding-right:xxxpx; | space from the right, in the style section ---> padding-bottom: xxxpx; | space from the bottom, in the style section ---> rowspan=3 | This takes up 3 rows instead of one ---> background=xxx.gif | in the style section (Table Row Tags and Properties) ---> width=xxx ---> valign=top, bottom | Vertical align ---> align=left, center, right ---> height=xxx ---> style=background-image:url(xxx.jpg); | adds background ---> background-repeat:repeat-y; | repeats the background over the y-axis (vertical) ---> background-repeat:repeat-x; | repeats the background over the x-axis (horizontal) ---> background-repeat: no-repeat; | background doesn't repeat ---> padding-top:xxxpx; | space from the top, in the style section ---> padding-left:xxxpx; | space from the left, in the style section ---> padding-right:xxxpx; | space from the right, in the style section ---> padding-bottom: xxxpx; | space from the bottom, in the style section ---> colspan=5 | This takes up 5 columns instead of one ---> background=xxx.gif | in the style section ---> class=outside (Paragraph Properties) ---> class=head, left, right | sames as aligning text ---> align=center, right, left | aligns the text to the right, center or left (Div Layers Properties) ---> style=top: xxxpx; | pixels from the top ---> left: xxxpx; | pixels from the left - style ---> z-index: x; | layer of stacking, 0 is the bottom - style ---> width: xxxpx; - style ---> position: absolute | used with the style, use with left/top ---> align=justify | absolute positioning ---> id=xxx | name (HTML Tags and Such) --->