Does anyone know how I would add an alt tag to this CSS style which loads up a picture?
CODE
.logo{
height:144px;
background: url(http://www.mywebsite.com/images/logo.png) #d21034 no-repeat 0px 0px;
}
height:144px;
background: url(http://www.mywebsite.com/images/logo.png) #d21034 no-repeat 0px 0px;
}
Thanks!
Matt









