\n[html]\n[head]\n\n [style type="text/css"]\n style1.th { background-color : #0059b3; color: white;}\n [/style]\n\n[/head]\n\n\n[body]\n\n[table class="style1" border=1]\n [tr]\n [th]\n Column1\n [/th]\n [th]\n Column2\n [/th]\n [/tr]\n [tr]\n [td]\n Foo\n [/td]\n [td]\n Bar\n [/td]\n [/tr]\n[/table]\n\n[p]\n\n[table border=1]\n [tr]\n [th]\n Column1\n [/th]\n [th]\n Column2\n [/th]\n [/tr]\n [tr]\n [td]\n Foo\n [/td]\n [td]\n Bar\n [/td]\n [/tr]\n[/table]\n\n[/html]\n
(sorry about angle brackets. Haven't quite figured out IWETHEY coding escaping yet)