you are doing it the right way by using a class name, except your css could be shorter
.bluesmall {font-family: verdana;
color: blue;
font-size: 10px;}
Originally posted by: KB
you are doing it the right way by using a class name, except your css could be shorter
.bluesmall {font-family: verdana;
color: blue;
font-size: 10px;}
gotcha. I was just concerned that there was a "better practice" than just declaring the class and its attributes, then wrapping thext with <span class> </span>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.