Formating Tables
Hello,
I am trying to format a table, but unfortunately it seems not to be possible.
Please have a look here:
I want to have the text of the column "Bezeichnung" left-justified and not center. I have tried it with html "<td align="left" >" and with css, but both is not working.
Can you help?
Comments
please do not use such old tags like:
align="left"
because it's prehistoric. Instead of that, you supposed to use:
style="text-align: left !important;"