This topic is locked

Right Align?

3/29/2015 8:20:01 AM
TinyMCE Editor plugin support forum
acaruson author

Has anyone else had issues with the use of TinyMCE?
It works just fine in any form I include it in. However, when the resulting HTML is viewed in a VIEW form, it appears "right aligned". So in a "Verticle" VIEW form, with the labels on the left and the fields on the right (2 column), whatever was entered with TinyMCE is aligned to the right. It just looks ugly....and I don't know why it's doing this. (No. I don't have any custom CSS in place that might affect it.)
My temporary fix is to not use "HTML" for the field on the view form. Instead, I use "Custom" and the following string:
strValue = "<HTML><BODY>" & strValue & "</BODY></HTML>"