This is how we are currently doing this. With this method, we loose the alt property value. Is there a way to do as you've suggested and retrieve the alt property value? Perhaps with RQL?
On Thu, Jun 3, 2010 at 6:26 PM, Gavin Cope <[email protected]> wrote: > The only way to achieve this is set the image placeholder to only insert > the file name and path and then write the html for the image tag and include > the relevant placeholders, e.g. > > <img src="<%img_file%>" id="banner_image_<%info_page_id%>" > class="video_banner_hover" style="cursor:pointer;cursor:hand;" ... /> > > Cheers, > > Gavin > > > On 3 June 2010 09:06, Bill Rishsew <[email protected]> wrote: > >> I want to use the alt property for the image placeholder, but I also >> need to dynamically include the page ID to uniquely identify each >> image written to the apge. >> >> I attempted to do this by inserting the following in the Supplement >> field of the HTML Properties for the image: >> >> id="banner_image_<%info_page_id%>" class="video_banner_hover" >> style="cursor:pointer;cursor:hand;" >> >> The hope was that the Placeholder would be replaced. No such luck. >> >> Is there a way to do this? >> >> Thanks in advance. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "RedDot CMS Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<reddot-cms-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/reddot-cms-users?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<reddot-cms-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/reddot-cms-users?hl=en. > -- Work Hard! Play Harder!! -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
