Hi, Here is my display tag.. all the headers except "Action" appears in White so I tried a styleClass even then "Action" header appears in black. I need to change it to white so that it matches the other headers. Kindly help
Regards Rajesh J <display:table width="99%" name="tablerows" scope="session" pagesize="15" requestURI="http://nycnt-ast572:7032/mffsstruts/mffs.jsp"> <display:column property="actions" styleClass="action" title="Actions" width="15%" /> <display:column property="productID" title="product ID" width="10%" sort="true"/> <display:column property="productDescription" title ="ProductDescription" width="43%" sort="true"/> <display:column property="allocationType" title="Allocation Type" width ="10%" sort="true"/> <display:column property="categoryName" title="Category Name" width ="22%" sort="true"/> <display:setProperty name="sort.behavior" value="list" /> </display:table> .action { font-family: verdana, tahoma, arial, helvetica; font-size: x-small; font-weight: bold; text-decoration: none; color: white; } ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

