<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Donald,<br>
      <br>
      welcome to the web learning curve ;-)<br>
      <br>
      First, your css is correct syntactically, but doesn't work because
      the css selectors search for elements that have an id attribute of
      'table' 'th' or 'td'<br>
      <br>
      Remove the hash signs and the result should look better. Or you
      could set the id's of your tags during rendering (not the best
      option in this case).<br>
      <br>
      Some hints for you:<br>
      <ul>
        <li>read a short introduction on css selectors. For the
          beginning, find out the difference between 'table', '.table'
          and '#table'. These CSS selectors will be extremely importnat
          not only for styling but also when you come to the point where
          you want to manipulate elements on a page using
          Javascript/jQuery</li>
        <li>When a page is rendered and doesn't look the way you expect,
          look at the html source code in your Browser's deleoper tools.
          Sometimes you may find your style or javascript code is not
          rendered </li>
        <li>Try to skip the #style method and read up on
          WAFileLibraries. You will want to use styles for multiple
          pages and with the #style method you'd have to implement the
          same style definitions for each and every WAComponent again.
          In a bigger project, it will be a nightmare for mainetenance<br>
        </li>
      </ul>
      <br>
      HTH<br>
      <br>
      Joachim<br>
      <br>
      <br>
      Am 11.07.17 um 05:26 schrieb Donald MacQueen:<br>
    </div>
    <blockquote
      cite="mid:115d4eab-9ccd-48c9-eca6-4f8545378e50@erols.com"
      type="cite">I have this style method:
      <br>
      <br>
      style
      <br>
      <br>
          ^'#table{border: 1px solid black;}
      <br>
      #th{    border: 1px solid black;}
      <br>
      #td{    border: 1px solid black;}
      <br>
      <br>
      <br>
      I have grepped the archives and googled my brains out this past
      two hours.
      <br>
      <br>
      Thanks in advance.
      <br>
      <br>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          <a class="moz-txt-link-freetext" href="mailto:jtuchel@objektfabrik.de">mailto:jtuchel@objektfabrik.de</a>
Fliederweg 1                         <a class="moz-txt-link-freetext" href="http://www.objektfabrik.de">http://www.objektfabrik.de</a>
D-71640 Ludwigsburg                  <a class="moz-txt-link-freetext" href="http://joachimtuchel.wordpress.com">http://joachimtuchel.wordpress.com</a>
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

</pre>
  </body>
</html>