Text justification in posts is currently not supported, and attempts to use HTML tags for this purpose are unsuccessful.
For example, this method does not achieve text justification:
<div style="text-align: justify;">
Your text intended to be justified here will not align as expected. Ideally, text should align evenly along both the left and right margins, but this outcome is not achieved with the current setup.
</div>
Similarly, this approach also fails:
<p style="text-align: justify;">
Your text intended to be justified here will not achieve the desired fully justified alignment, where text is evenly aligned with both margins.
</p>
This limitation can be particularly frustrating for those who are used to academic formatting standards. Unfortunately, I have not been able to find any documentation or online resources that offer a solution.
I am just writing to let you know :)))
It would be greatly beneficial if this feature were introduced shortly. Ideally, it could be implemented into the HTML template section, allowing for optional activation in each post to accommodate varying preferences.
-- Ali
Top comments (2)
HTML
CSS
Hi Bayu,
Thank you for your help, but where should we put the style?
it usually goes into a CSS file and we use the
<link />
tag, or it should be in a<style></style>
tag which is not allowed in posts apparently :(