Hi,
I need to make an amendment to a plugin as it's throwing up validation errors as the alt tag isnt there. I am defining the alt tags so I presume the plugin isn't picking them up. There's no support from creator so any help would be appreciated:-
The code that I think is relevant is:-
Code:
$ivrss_html = $ivrss_html . "<div class='cas_div' style='height:$dis_height;padding:2px 0px 2px 0px;'>";
$ivrss_html = $ivrss_html . "<a style='text-decoration:none' target='$ivrss_target' class='cas_div' href='$ivrss_link'><img src='$ivrss_path'></a>";
$ivrss_html = $ivrss_html . "</div>";
$ivrss_js = $ivrss_js . "ivrss_array[$ivrss_count] = '<div class=\'cas_div\' style=\'height:$dis_height;padding:2px 0px 2px 0px;\'><a style=\'text-decoration:none\' target=\'$ivrss_target\' href=\'$ivrss_link\'><img src=\'$ivrss_path\'></a></div>'; ";