Hello all,
as gathered from http://stackoverflow.com/questions/2546857/why-aligncenter-not-overriding-on-text-alignright this article, CSS should take prescience over old-style layout attributes. I am working on a project where I have to inject content in a cell that has the format:
<td align="center">...</td>
I do not want my content to be centered, trying to use text-align="left" does not override the td-tag, as suggested in the article. What can I do to override the TD align attibute?