<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#333399" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Petko Yotov schreef op 28-2-2014 13:45
      UTC+01:00:<br>
    </div>
    <blockquote cite="mid:cone.1393591526.273011.24704.1000@pc4"
      type="cite">Paul Wiegmans writes:
      <br>
      <blockquote type="cite">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>
      </blockquote>
      <br>
      Since version 2.2.62 you can use this in config.php:
      <br>
       $EnableTableAutoValignTop = 0;
      <br>
      <br>
      This will disable the automatic insertion of the valign='top'
      attribute and you can use CSS classes, for example (:cell
      class=top:) instead.
      <br>
      <br>
      Petko
      <br>
      <br>
      <br>
      _______________________________________________
      <br>
      pmwiki-users mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a>
      <br>
    </blockquote>
    <br>
    <br>
    <font face="Bitstream Vera Sans">Great! Just what i needed. Thank
      you very much.<br>
      <br>
      With regards,<br>
      Paul Wiegmans<br>
      <br>
    </font>
  </body>
</html>