This topic is locked

Image Alt Tags

8/17/2010 4:17:37 AM
PHPRunner General questions
G
guroos author

I have a simple image DB that I will be creating with the following 4 fields:

  1. Title
  2. Category
  3. Description
  4. image
    When the DB displays a list view and a user hovers over an image can a pop-up display one of the fields ie: description - similar to what an 'alt tag' does.

    As well as link to a larger image via Ibox

A
ann 8/17/2010

Hi,
use Custom format on the View as settings dialog on the Visual Editor tab to display description.

Here is a sample:

$value="<img src=\"1.jpg\" alt=\"".$data["Description"]."\">";