View Single Post
Old 03-08-2008, 10:48 AM   #2 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Code:
<img src="images/print.png" alt="" />
That's no accessibility. How would a blind man know what the image contains?

Right:
Code:
<img src="images/print.png" alt="printer" />
As for the script tag: huh? Your code is 100% valid XHTML.
More background info needed.....
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote