Justify Text in Confluence 5.1

We have been using Confluence 5.1. It may seem so trivial but, is there a way to justify a text in Confluence 5.1?

I'm looking how to full-justify (not left, center of right align)


4 answers

1 accepted

0 votes
Answer accepted
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2013

In edit mode, look just to the left of the Link tool. Left, center, and right <s>justify</s> align.

Bob, thanks for your answer. However I'm trying to find a way to full justify text. I've edited my question accordingly, please see the attached image there.

Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2013
1 vote
Thiagarajan Ramanathan September 17, 2013

Just add HTML macro and in html macro add something like this

<table>
<tr>
<td valign="top">
<p style="text-align: justify;">Your text goes here</p>
</td>
</tr>
</table>

0 votes
John Corwith May 16, 2017

Wouldn't you just use something like:

<div align="center">
This is some text!
</div>

or CSS syntax:

<div style="text-align:center">
This is some text!
</div>

0 votes
Paris MEULEMAN April 1, 2015

To have some correctly formatted text you can always use latex if you have that macro smile...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events