I have some template code as follows:
div class=“image” style="background-image: url(/images/cloud_bg1.jpg); ">
#displayfield(‘displaytitle’)
#displayfield(‘callout’)
I have a requirement to manage the cloud_bg1.jpg image through the CMS. I have created a content of type rffImage that has cloud_bg1.jpg as the image file. However, I am not sure what is the best way to include this image content item to become the background-image. How should I modify the above snippet of code?
thanks
manvinder