Indentation in Confluence v4.0 page template

Marko Memonen January 15, 2012

How can you insert an indentation in Confluence v4.0 with wiki markup which has to be used creating page templates?

3 answers

1 accepted

0 votes
Answer accepted
Marko Memonen January 19, 2012

Thanks. We solved this using code

# .wiki-content p, table.confluenceTable {  
#    margin-left: 30px;  
# }  

in space stylesheet. The code above affects paragraphs i.e. body text. Different headings can be indented similarly using code like

# .wiki-content h4 {  
#    margin-left: 20px;  
# }  


1 vote
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 31, 2012

The HTML entity for a non-breaking space ( ) can be inserted into wiki markup content to generate significant white-space.

0 votes
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 15, 2012

Hi,

this is described here: http://confluence.atlassian.com/display/DISC/Indent+User+Macro

Best regards

Thomas

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events