<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#333399" bgcolor="#FFFFFF">
    <font face="Bitstream Vera Sans">Dear Patrick and others, <br>
      <br>
      First of all, thank you for making PmWiki. I enjoy using PmWiki
      for a couple of years now for both personal and professional use.
      Now I have a question .  <br>
      <br>
      Is it possible that tables omit the "valign" attribute created
      with table directives?  I would like to make my PmWiki skin valid
      HTML5 as much as possible and to pass the W3C Unicorn validator: <br>
      <a
href="http://validator.w3.org/unicorn/check?ucn_uri=www.sikkepitje.nl&doctype=Inline&charset=%28detect%20automatically%29&ucn_task=conformance#">http://validator.w3.org/unicorn/check?ucn_uri=www.sikkepitje.nl&doctype=Inline&charset=(detect%20automatically)&ucn_task=conformance#</a><br>
      However every table cell has an attribute "valign='top'" like so:
      <br>
      <br>
      <td width='50%' valign='top'><br>
      <br>
      How can I apply this through CSS  classes ? Is there a way to do
      this like with $TableCellAlignFmt ? <br>
      <br>
      with regards<br>
      Paul Wiegmans<br>
      <br>
    </font>
  </body>
</html>