标签: struts2 struts-html
我是struts的新手。如何更改文本字段的标签颜色?
前:
我想改变'Category Code'的颜色。我试过cssstyle =“color:#ffffff”。但是这改变了仅在文本框中输入文本的颜色,而不是标签。
答案 0 :(得分:0)
<s:label value="Username" cssStyle="color: #ffffff;"/> <s:textfield name="username" required="true" cssStyle="color:red"/>