You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some new tag as font or color but to control paragraph align. Now you can only control the align of the rich text, one single alignment for the whole text. The new tag will end the previous line and add a new line with the desired align, which will continue until a new align tag is found (¿or maybe a close tag?)
Example:
<align=left>My text is beautifully aligned to the left<align=center>but not anymore<align=right> hell, yeah!
will output:
My text is beautifully aligned to the left
but not anymore
hell,yeah!
The text was updated successfully, but these errors were encountered:
Some new tag as font or color but to control paragraph align. Now you can only control the align of the rich text, one single alignment for the whole text. The new tag will end the previous line and add a new line with the desired align, which will continue until a new align tag is found (¿or maybe a close tag?)
Example:
<align=left>My text is beautifully aligned to the left<align=center>but not anymore<align=right> hell, yeah!
will output:
My text is beautifully aligned to the left
but not anymore
hell,yeah!
The text was updated successfully, but these errors were encountered: