Ho inserito una immagine in un modulo e quando vado a validare il sito mi compare questo messaggio di errore:--------------------
Line 272, Column 189: required attribute "alt" not specified
… border="0" width="70" height="30" />

</p></td></tr><tr align="center"><td><a
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
------------
L'elemento incriminato sarebbe il tag di chiusura > seguito da
ma se vado a controllare il codice sembra tutto a posto:<table border="0" cellspacing="0" cellpadding="0" width="100%"><tbody><tr align="center"><td><p><img src="images/stories/oggi_logo.jpg" border="0" width="70" height="30" />

</p></td></tr><tr align="center"><td><a href="
http://www.archivio.it/archiviostorico.htm" target="_blank">LEGGI L'ULTIMO NUMERO[/url]
</td></tr></tbody></table>
L'immagine l'ho inserita usanto il tasto immagine che si trova in basso a sinistra nella finestra dell'editor di default di joomla.Qualcuno sa dirmi dove sta l'errore e come correggerlo?
Grazie per l'aiuto.