Quote Originally Posted by haldrik View Post
And it says too that supports align, but if you see this line, I used supported align set:
Qt Code:
  1. <div style="text-align: right; font-weight: bold;"><big><big>PROPUESTA COMERCIAL</big></big><br>
  2. </div>
To copy to clipboard, switch view to plain text mode 
Just to reinforce this, this a is "div" element with a "style" attribute containing CSS properties. The supported attributes for this element are "align" and "dir". Even if "style" were supported here, the allowed CSS subset does not include "text-align".