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?
TIA
--
::Bruce::
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************