Rees Watkins wrote:
Please give an example of how you do it.I have tried: <img src="<@ofbizContentUrl>/images/greysun.gif</@ofbizContentUrl>"/> but it does not work. Shows blank box. Thanks
Coming from no Ofbiz experience, that looks like XML and suggests putting a valid URL, so you would put something like: <img src="<@ofbizContentUrl>http://yourserver.com/var/www/yourwebiste/images/greysun.gif</@ofbizContentUrl>"/> Right? John
