<font color="pink">JS Bug! Pease Reload!</font>
TABLE WIDTH





<table border="7" bgcolor="pink" width="100%">

Table expands to the entire window width.




<table border="7" bgcolor="pink"width="50%">

Table expands to fill half of the window's width.




<table border="10" bgcolor="pink" width="500">

Table width set at 500 pixels.





<table border="10" bgcolor="pink" width="300">

Table width set at 300 pixels.



~BY~T~B~KING~PAULIE~