views:

41

answers:

0

Possible Duplicates:
Changing a CSS rule-set from Javascript
How do you add CSS with Javascript?

.message{
display:inline;
}

How can I set all tags with the class message to display:inline? without using jQuery