Right first time using couch so sorry if I am being a little thick, and I have searched the forums but to no avail.
My code is:
Wich works fine except when i visit the page to view it above the image is the url of the uploaded files
so it reads
http://threetwo.net/ls/couch/uploads/im ... banner.jpg
[ Image would then show here ]
am I missing something?
Thanks
My code is:
- Code: Select all
<cms:editable name='product_offer' crop='0' width='740' height='150' type='image' show_preview='1' /><img style="cursor:pointer" src="<cms:show product_offer />" onclick="MM_openBrWindow('spring.php','','width=460,height=650')" />
Wich works fine except when i visit the page to view it above the image is the url of the uploaded files
so it reads
http://threetwo.net/ls/couch/uploads/im ... banner.jpg
[ Image would then show here ]
am I missing something?

Thanks