Hi there,
I am trying to do a 3-column layout on HTML & edit it with site cake.
This is the code snippet for column 1 (below), the text is editable but the image isn’t, neither can I drag and drop image to column. Why?
<div class="sc-content">
<img src="images/.jpg" width="306">
<h3 class="product-title _2">1 Bed Flat</h3>
<p class="paragraph accommodation">Paragraph to edit</p>
</div>
Thanks in advance.