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 :
and then :
It is perfectly handled on the admin page.
But on the website it shows like this :

As you can see, the link to the picture is visible aswell.
Annyway I can fix that?
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 :

As you can see, the link to the picture is visible aswell.
Annyway I can fix that?