Add display: block; and any extra formatting to .fielderror in
style.css

.fielderror {
  color:red;
  font-weight:bold;
  display:block;
}

On 10 okt, 09:51, "Antony Joseph" <[EMAIL PROTECTED]> wrote:
> hi iain,
>
> Thanks for the help, its working fine.
>
> I want to format the errors
> for example:
> In Registration form i am validating the username  fields like not empty
> using validator (decorator).
> suppose the field is not valid ,it display error like please enter a value.
> next to the feild,
> i want to display the error down to the fields
> and i want to customize the errors,format the error.
>
> How can i do this?
>
> please help me............
>
> Thanks
>
> Antony


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to