Hi!
I need to place a jpeg image on the background of the space (or page - whatever). For space I used the next macro in Space Stylesheet:
body {
background-image: url("https://confluence.*********/download/attachments/********/photo_118592_20181227.jpg?api=v2");
}
Happens nothing, what do I do wrong? Confluence 5.8.2.
This worked, but maybe there are some other ways:
.aui-page-panel {
background-image: url("https://confluence.*******.ru/download/attachments/*******/photo_118592_20181227.jpg?api=v2");
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.