Is there anyway to get <th> elements to align left? It seems that instead of rendering a simple <th><a href="">Header Name</a></th> Contrib:Table renders something. like:
<th>
  <table align="center">
    <tr>
       <td><a href="">Header Name</a></td>
    </tr>
  </table>
</th>

Which causes the the header name to always be center aligned. Please let me know if there is a simple fix to this. Thanks

- Matt Wear


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to