Hi
I have used this page
https://confluence.atlassian.com/doc/page-layouts-columns-and-sections-275188613.html
I have done the workaround to add sections and columns using the macro so I have boarders around three sections
The problem is the boarder is just a dotted line, not very clear - the screenshot at the page above shows a solid board - so does anyone know how to change it?
I am assuming you are on server if you are using the section macro. On server you could add custom CSS in the Custom HTML section in the General Configuration.
<style>
.sectionMacroWithBorder {
border: solid 1px !important;
}
</style>
Thanks coming back, I am just a user and cant access/change general configuration.
Is there a end user method to change the boarder on just one single page ?
C
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.