i want site owner to be able to change background-image of a div via cms. (i.e to be able to upload image as a div's background) right now my code lookes like this:
<body>
<cms:editable name='main_content'>
<div id="erti" style="background-image: url(<cms:show bg_picture />)"><a href="#ori"><span id="aqcia">ixilet aqcia</span></a></div>
</cms:editable>
</body>
</html>
all i see in admin panel is just a code inside "cms editable" tags. i dont see any options to upload image as a div's background.
Thanks
<body>
<cms:editable name='main_content'>
<div id="erti" style="background-image: url(<cms:show bg_picture />)"><a href="#ori"><span id="aqcia">ixilet aqcia</span></a></div>
</cms:editable>
</body>
</html>
all i see in admin panel is just a code inside "cms editable" tags. i dont see any options to upload image as a div's background.
Thanks