This is a test file for tables


Continue in testSTX5_s.html
Back to testSTX3.html

a simple table ...
left left left
right right right
center center center
Text right after table continues here.

a simple table with a head & data cells ...
This is a table
left
right
center
default
Text right after table continues here.

different sized cols ...
This is a table
one two two three three three
1 2 2 3 3 3

with head cells only ...
This is a table
left
right
center
default

more space around cell contents (cellPadding=50) ...
foo
left
right
center

a fat border (border=3) ...
foo
left
right
center

a very thick border (border=10) ...
foo
left
right
center

fat cell borders (cellspacing=3) ...
foo
leftleft
rightright
centercenter

fat border & cell borders (border=5 cellspacing=5)...
foo
left
right
center

fixed width (width=300)
foo
left
right
center

relative width (width=50%)
foo
left
right
center

fixed width; no border
foo
left
right
center

no border
foo
left
right
center

fixed width; no cell borders (width=200 cellspacing=0)
foo
left
right
center

with forced breaks within a cell
foo
left1
left2
left3
left4
right1
longRight2
right3
center1
center2

a 2-col table ...
foofoo bar and baz
leftleft
leftright
leftcenter
rightleft
rightright
rightcenter
centerleft
centerright
centercenter

with defined cell-width of 200 ...
foofoo bar and baz
leftleft
leftright
rightleft
rightright
centerleft
centerright

with defined cell-width of 20% and 40% ...
foofoo bar and baz
leftleft
leftright
rightleft
rightright
centerleft
centerright

a table with mixed number of columns:
foofoo bar and baz
3 elements
leftleftleft
centercentercenter
rightrightright
2 elements
leftleft
leftright
leftcenter
rightleft
rightright
rightcenter
centerleft
centerright
centercenter
1 element
1 element left
1 element centered
1 element right

mixed number of columns, fat border & fix width:
foofoo bar and baz
3 elementssomethingsomething2
leftleft
leftright
leftcenter
1 element centered
rightleft
rightright
rightcenter
1 element right
centerleft
centerright
centercenter

connect cells (colspan):
foofoo bar and baz
1st. two cols connected3rd col
1st col2nd & 3rd cols connected
three cols connected
1st col2nd col3rd col

connect rows (rowspan):
foofoo bar and baz
connected2nd col
1st col2nd & 3rd cols connected
three cols connected
1st col2nd col3rd col

table colors (bgcolor=red bordercolor=yellow) ...
This is a colored table
yellow
default

cell colors (color=...) ...
This has colored cells
text
text
text
text
text
text
text
text
text
default cell

table background (background=) ...
This is a table with a background
yellow
default
if the image is not present, or the browser does not support background images, the above table should be shown gray.

table with different height images ...

table background & image with href...
Check this ...


Continue in testSTX5_s.html
Continue in testSTX5_j.html
Back to testSTX3.html