You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Confluence page with a simple layout.
I want to have two images separated by a vertical line (think grey line).
I thought there would be a vertical line macro but I couldn't find it.
Thanks.
-stv
Hello Steve and welcome to the Community,
What you’re looking for is called “Divider”, selecting this will present a page divider. Screenshot below:
The old term for this was called a “horizontal line” within Confluence server:
To create a horizontal line across the width of your page or content block, type four dashes (like this: ----) at the beginning of a line, then press Enter or space.
Make sure that the dashes are on a separate line from the rest of the text.
Source document: Confluence Wiki Markup
If you’re not seeing the horizontal rule, please provide a screenshot as to what you’re seeing.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have been looking for this for a while now and i was excited to see that there is an accepted answer, but unfortunately this is not correct. Even the word vertical is not used in the answer once.
This is a very basic feature and given that we have a horizontal divider, it should be fairly straightforward to have a vertical divider as well. Please implement this feature as my documents always have multiple sections and without a proper divider they are quite confusing to read and very messy to look at.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alternatively, you can also use HTML macro as below:
1. Insert HTML macro
2. Inside the HTML macro box, add the below details and then click Save.
<hr style="width:200px; transform:rotate(90deg);">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I was looking for vertical line and this worked find for me if you are using Confluence Server.
1. Insert a Div macro
2. Click Edit and in the Style field enter the below details:
width: 0px; height: 300px; float: left; border-radius: 2px;border: 1px inset;
3. Click Save
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.