Andreas Boehmer wrote:

> ...
>
>
>Yeah, they will repeat it. If I remember correctly they will read something
>like "Image Joe Smith, Joe Smith".
>  
>
> ...


Yeah, I've used links on linux a bit lately (while waiting for stuff to
compile) and this is probably one of the most common anoyance. Usually
it looks something like: "Joe SmithJoe Smith". There are a lot of images
on the web that would be better of with an empty string for their alt
attributes.

Also remember that images are regularly inline content. People often
style it as display:block, which is fine, but remember to put spaces
between images unless their is good reason not to otherwise the following:

<img src='hello.png' alt="Hello"/><img src='world.png' alt="World"/>

will look like

HelloWorld

Alan Trick
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to