Sunday 11 July 2004 2:28:51 am
Hi,
look at http://ez.no/ez_publish/documentation/development/libraries/ez_template/operators/image_handling this example:
{image("church",
imagefile('var/cache/texttoimage/church.jpg'),
array('eZ publish'|texttoimage,
hash(transparency,0.8,
halign,right,
valign,top)))}
You can take the background image (e.g. your product image) dynamically and take the text out of database like this
{$node.name|wash|texttoimage(arial)}
Greetings ekke
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
|