In the following 2 examples, the 1st is the original code that inserts the banner caption as "alt" text, the 2nd is what I want added to each "alt" tag in addition to the caption. Does this work? Am I insert the extra text in addition to the original? If not please provide an example of how. Thanx in advance, "K" :evilgrin:
EXAMPLE 1)
$banner_content .= "<a href=\"".$full_destination_url."\" target=\"$target_window\" style=\"".((eregi("banner_reports.php",$full_destination_url)) ? "cursor: pointer;" : "cursor: default;")."\"><img src=\"".DEFAULT_URL."/upload/image_files/$image_name\" border=0 width=\"{$each_banner["width"]}\" height=\"{$each_banner["height"]}\" title=\"{$each_banner["caption"]}\" alt=\"{$each_banner["caption"]}\"></a>";
EXAMPLE 2)
$banner_content .= "<a href=\"".$full_destination_url."\" target=\"$target_window\" style=\"".((eregi("banner_reports.php",$full_destination_url)) ? "cursor: pointer;" : "cursor: default;")."\"><img src=\"".DEFAULT_URL."/upload/image_files/$image_name\" border=0 width=\"{$each_banner["width"]}\" height=\"{$each_banner["height"]}\" title=\"{$each_banner["caption"]}\" alt=\"{$each_banner["caption"]["Attorney Direcory, Lawyers, Expert Witnesses"]}\"></a>";