<p align="center"><font size="5" color="#ff0000"><b> JavaScript Bug Alert</font></p> <p align="center"><font size="5" color="#ff0000"><b>Reload Page</b></font></p> <p align="center"><font size="5" color="#ff0000"><b><u>CMD + R for 3 Seconds</u></b></font></p> <br /> <br /> <br /> <p align="center"><font face="verdana bold,arial bold,helvetica,sans-serif" color="#000000" size="4">Computer users, this site is designed by and for the WebTV/MSNTV Internet Terminal and may not display or function as intended for you.</font></p> <font face="verdana bold,arial bold,helvetica,sans-serif" color="#000000" size="4"><br /> <img src="1x.gif" width="1" height="300" border="0" alt="spacer image" /></font>


Table Alignment

A basic table tag with alignment attributes:

    <table><tr><td align=## valign=##>
    Page Contents
    </td></tr></table>

Default alignment for most browsers is as follows

  • align=left
  • valign=middle


align=##
Left Center Right
align=left valign=##
Top Middle Bottom
align=center valign=##
Top Middle Bottom
align=right valign=##
Top Middle Bottom