You cannot rely on alt text for purposes of conveying information:
<img src="../images/info_i.gif"
alt="Please enter dates in the format dd/mm/yyyy"
width="16" height="16" />
<img src="../images/info_i.gif"
alt="Please enter dates in the format dd/mm/yyyy"
title="Please enter dates in the format dd/mm/yyyy"
width="16" height="16" />
Better, but still useless if you can't 'hover' a mouse!
<a href="more-info.html"><img src="../images/info_i.gif"
alt="Please enter dates in the format dd/mm/yyyy"
title="Please enter dates in the format dd/mm/yyyy"
width="16" height="16" /></a>
Please enter dates in the format dd/mm/yyyy
Don't hide the crucial information!