 |

Itsnoprob
New User
May 5, 2008, 5:07 AM
Post #1 of 2
(100 views)
Shortcut
|
|
The first probably simple question of many....
|
Can't Post
|
|
I am just starting out with CMS and am try and failing to find out how to set the ALT tag for thumbnails and/or image files using the info fields. Could someone kindly advise? Many thanks in advance. Nigel
|
|
|  |
 |

Dave
Staff
/ Moderator

May 5, 2008, 8:54 AM
Post #2 of 2
(97 views)
Shortcut
|
|
Re: [Itsnoprob] The first probably simple question of many....
[In reply to]
|
Can't Post
|
|
Hi Nigel, welcome to the CMS Builder forum! If yo uhave a look at the code that displays your images you'll see an attribute like this for height:
height="<?php echo $upload['height'] ?>" Just do the same thing for alt, like this:
alt="<?php echo $upload['info1'] ?>" Hope that helps, let me know if you need any more details! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|