Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi guys,

Im pretty new to all this, but couchCMS is really amazing. I am a starting webdesigner, and I cant figure this problem out. I tested this now on a starting template.

As you can see I do this to have an image beeing customized by the CMS :

Code: Select all
<cms:editable
    name='Afbeelding1'
    label='Afbeelding1'
    desc='Upload hier de afbeelding'
    type='image'
    show_preview='1'
preview_width='150'
preview_height='150'
/>


and then :
Code: Select all
<div class="slide imgLiquidCenterLeft"> <img src="<cms:show Afbeelding1 />" alt="Salon - Slide 1" /></div> 


It is perfectly handled on the admin page.

But on the website it shows like this :
Image

As you can see, the link to the picture is visible aswell.

Annyway I can fix that?
Hi Dylan :)

For a solution to the problem you mentioned, please see -
viewtopic.php?p=13407#p13407

Hope it helps.
Hi,
I looked in the forums but couldnt find the answer but appearantly I looked over a few topics.

This fixed my problem!

Thanks guys!
CouchCMS is awesome!
3 posts Page 1 of 1