HI, I want to change my error message color to red : for example: when the error this played it will appear like : error:xxxxxxxxxxxxxxxx
right now, error is red but the xxxx is black. I used the code <apex:messages style="color:red;"/>, it repeated the message again in red but the xxx part is stil black.
I think what you're asking for is:
You can use this at the top of your VF page.
All Answers
I think what you're asking for is:
You can use this at the top of your VF page.
Thanks snievas :)
Also handy:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_pageMessages.htm
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_pageMessage.htm