Author Topic: Question about 'Media/xxx.html' files  (Read 2007 times)

0 Members and 1 Guest are viewing this topic.

Offline motorhead85021

  • Pre-Newbie
  • Posts: 7
    • View Profile
Question about 'Media/xxx.html' files
« on: May 19, 2006, 02:40:29 AM »
When a user clicks on a picture, I want the mouse-over tool-tip to show the image-description, not the image-name...

I replaced:
Code: [Select]
alt="{image_name}"with
Code: [Select]
alt="{image_description}"

But the description will not show.   Anyone know why this is happening?