Bruce Gilbert wrote:

I have a question about which is the better way to approach adding a
height width to an image for accessibilty/standards.

<img src="image.jpg" height="25" width="45" />

or <img src="image.jpg" class="thisimage" />

and in the CSS have:

.thisimage{
height:25px;
width:45px;
}

or is either one o.k?

Major Tom says, neither:
   <img src="image.jpg" height="25" width="45" alt="Astronaut" title=
   "Major Tom took his protein pill and put his helmet on..." />
(but then what does he know...?)
David Laakso

--
David Laakso
http://www.dlaakso.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