Want to change alignment of html label. Nothing works. I don\'t see any CSS in the HTML. There are no further settings changing the alignment. I also set left alignment dire
Well, I found a solution. I assume the alignment doesn't work because it expects this kind of attributes in the html. So I added it to the html:
text = [@"" stringByAppendingFormat:@"%@", text];
%@
Works with center, left, etc.