Adds an attribute inside the current tag's STYLE attribute.
protected final void addStyleString( String strStyle, String strValue )
strStyle
The name of the style to add.
strValue
The string value of the new style.
These styles are added only if supportsCSS is true.
See Also getSupportsCSS, setSupportsCSS