Forum Moderators: open
<table>
<tr>
<th>Image</th>
<th>Name</th>
<th>Price (USD)</th>
</tr>
<tr>
<td><img src="images/flowers.gif" alt="Flowers"></td>
<td>Flowers</td>
<td>0.20/piece</td>
</tr>
<tr>
<td><img src="vase.gif" alt="Vase"></td>
<td>Vase</td>
<td>5</td>
</tr>
</table>
Now, I'm wondering over what I should do about alt attributes? The images are only helpful here if I actually can see them. A screen reader would, if I did it like this, read it like "flowers flowers". And a text browser would display the same information twice as well, which isn't exactly what I'd consider pretty. Should I just leave them blank, or write "Image of [name]", or something else entirerly?
Thanks
//Wertigon