Subject Re: [Firebird-general] Powered By Logos
Author Achim Kalwa
Hi,

Martijn Tonies wrote:

> http://www.firebirdsql.org/ff/foundation/index.php?id=gloat_logos.html

I just noticed that all pictures uses html syntax like this:

<img src="images/logos/pbfblogo1.png" width=102 height=47 border=0
alt="pbfblogo1.png by Frank Ingermann">
^^^^^^^^^^

It would be really nice if someone could update all img tags to include
a /title/ attribute to make the author information visible in browser:

<img src="images/logos/pbfblogo1.png" width=102 height=47 border=0
alt="" title="pbfblogo1.png by Frank Ingermann">
^^^^^^^^^^

This is because /title/ is the correct attribute to display the small
hint when cursor stays on image, /alt/ is only displayed if image
rendering is turned off.


TIA
Achim