Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
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:
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.

Attachments

Hi :)

Please see the following thread for the solution - viewtopic.php?p=11016#p11016

Hope it helps.
KK wrote: Hi :)

Please see the following thread for the solution - viewtopic.php?p=11016#p11016

Hope it helps.


hidden='1' did the job.

Thank you very much!
3 posts Page 1 of 1