I am new to using Couch CMS, and already I love it.
I just started implementing it into my existing webpage.
However when i make a certain image editable, for some reason the full url appears above the image. (see attachment)
This is the code I use:
I must be doing something wrong, however I just can't seem to find it.
I already tried searching the forum / google.
Any help would be much appriciated.
I just started implementing it into my existing webpage.
However when i make a certain image editable, for some reason the full url appears above the image. (see attachment)
This is the code I use:
- Code: Select all
<div class="col-md-4" id="welcomeimg">
<cms:editable name='welkomimage' label='Plaatje' desc='Plaatje in het WELKOM gedeelte' type='image'/>
<img src="<cms:show welkomimage />" class=shadow />
</div>
I must be doing something wrong, however I just can't seem to find it.
I already tried searching the forum / google.
Any help would be much appriciated.