Image block options
We offer you a certain block of the type image, for dedicated image areas in your page.
Basic image block
This basic image block gives you an editable image as an <img>
tag in your HTML.
Background image block
If you want to attach a background image to a div, you can use this option. SingleCMS then renders a style="background-image: url('...');
into your div.
Please set all your custom styles and classes via the options of the block (see below), because if you specify it outside of the block in the HTML tag missmatches can occur and options may be lost
Users
Per default only the admin
account is allowed to edit the data of the blocks. To also allow other users, you can use the following block syntax
You can define as many users as you want. The users do not already have to be created in the backend. Just insert them here and create them later.
Class
If you want to style the block in a certain way, SingleCMS provides you with the option to attach classes to the blocks
Style
If you want to style the block in a certain way, SingleCMS provides you with the option to set you style to the image.
Last updated