<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><br>
      On 20/06/17 05:28, Boldt, David wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAC_ry0bMko17OK_Yh1iM_KLY67dO50snL4vaEVTpnTyV_6de6A@mail.gmail.com">
      <div dir="ltr">Not sure if this is the right venue for posting
        feature requests, but it would be useful if html which is
        generated by programs specified unique html classes wherever
        possible to allow CSS styling. An example, for Information
        Tables:
        <div><br>
        </div>
        <div>
          <div><font face="monospace, monospace">*** web/csvinfo.c      
              2017-06-19 14:14:13.186316715 -0500</font></div>
          <div><font face="monospace, monospace">--- web/csvinfo.c.new  
              2017-06-19 14:11:16.385617041 -0500</font></div>
          <div><font face="monospace, monospace">***************</font></div>
          <div><font face="monospace, monospace">*** 185,191 ****</font></div>
          <div><font face="monospace, monospace">         
              sethostenv(wantedname, "", "", colorname(bgcolor), NULL);</font></div>
          <div><font face="monospace, monospace">         
              headfoot(stdout, hffile, "", "header", bgcolor);</font></div>
          <div><font face="monospace, monospace">  </font></div>
          <div><font face="monospace, monospace">!      
              printf("<table align=center border=1
              summary=\"Information table\">\n");</font></div>
          <div><font face="monospace, monospace">  </font></div>
          <div><font face="monospace, monospace">        for (i=0;
              (headers[i]); i++) {</font></div>
          <div><font face="monospace, monospace">               
              printf("<tr>\n");</font></div>
          <div><font face="monospace, monospace">--- 185,191 ----</font></div>
          <div><font face="monospace, monospace">         
              sethostenv(wantedname, "", "", colorname(bgcolor), NULL);</font></div>
          <div><font face="monospace, monospace">         
              headfoot(stdout, hffile, "", "header", bgcolor);</font></div>
          <div><font face="monospace, monospace">  </font></div>
          <div><font face="monospace, monospace">!      
              printf("<table class=\"informationTable\" align=center
              border=1 summary=\"Information table\">\n");</font></div>
          <div><font face="monospace, monospace">  </font></div>
          <div><font face="monospace, monospace">        for (i=0;
              (headers[i]); i++) {</font></div>
          <div><font face="monospace, monospace">               
              printf("<tr>\n");</font></div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div><br>
          </div>
        </div>
      </div>
    </blockquote>
    If doing this, shouldn't you also remove the "<font face="monospace,
      monospace">align=center border=1" and move that into the class? In
      fact, you might also need to edit the output to include the CSS
      file ie external CSS would be even better than internal css....<br>
      <br>
      PS, I'm not a HTML/CSS person, I just pretend.<br>
      <br>
      Regards,<br>
      Adam</font>
    <p><br>
    </p>
    <div class="moz-signature">-- <br>
      Adam Goryachev
      Website Managers
      <a class="moz-txt-link-abbreviated" href="http://www.websitemanagers.com.au">www.websitemanagers.com.au</a></div>
  <div style=3D"clear: both;width:100%;"><br><span style=3D"font-family: Arial, Helvetica, sans-serif; font-size: 10px; clear: both;">-- 
The information in this e-mail is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this e-mail by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful. If you have received this message
in error, please notify us immediately. Please also destroy and delete the
message from your computer. Viruses - Any loss/damage incurred by receiving
this email is not the sender's responsibility.</span><br></div>
</body>
</html>