Jump to content

MYSQL - Getting Code to Recognize the Alt tag


bluewaves

Recommended Posts

When I use this code, I get error messages in w3 validator that says - required attribute "alt" not specified

What would I need to change to get it to recognize the alt tag?

 

 

<td width='200'><div class='imageBox'><a href='". $list['link'] . "' rel='nofollow' title='" . $list['name'] . "' >
    <img src=" . $list['image'] . " alt='" . $list['name'] . "' border='0' />
    <a href='". $list['link'] . "' rel='nofollow' title='" . $list['name'] . "'>
    <center><font size='1'><strong>" . $list['name'] . "</a></strong></font></center></td>\n";    ?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.