You need to sign in to do that
Don't have an account?

Adding colors to StandardPage layout fields..
Is this possible to adding a colors for textfields in StandardPage view..Like Account object fields...
Thanks
=================
VenkatSforce
You need to sign in to do that
Don't have an account?
Is this possible to adding a colors for textfields in StandardPage view..Like Account object fields...
Thanks
=================
VenkatSforce
Hi ashish
without using Visualforcepage, is it possible to display the colors in fields uisng formula editor.?
The content inside a field value is HTML escaped when you display on the UI, so even if you put in some HTML content to display color, it wont show up. As Ashish mentioned, you can use visualforce to color your text as you want. If you dont want to override the whole page, you can also use inline VF to display the colored text for one field.
If you are actually looking to display the field label in color, you can put HTML markup on the field label and it will display colored text on the page layout.
Hi Jose
I put the Html markup in FieldLabel as <font color="somecolor">FieldLabelName but it displayed in the layout as
<font color="somecolor">Name.....
Is there any examples Plz post it....
Thanks
=========
VenkatSforce