Question - Image with Editable Fields

Permalink
Hello everyone! I would like to display an image that my users could not edit but have text display over it that they *can* edit.

For example. I have an image with notepad. I would like my user to be able to type something *on top* of the image of the notepad using the "editable field" feature of concrete5.

I have all of the permissions setup correctly so I just need to know how to set this part up in Concrete5.

Does anyone know how to do this? Thanks in advance!

 
JohntheFish replied on at Permalink Reply
JohntheFish
Set the image as the background of the block with the editable fields.

You can do this by setting the css background property of the class or id of the dom element containing the block. This is usually a div, but just about any tag can have a background property.