[html-formfu] Re: How to styling error message from field
validation
Carl Franks
fireartist at gmail.com
Thu Jun 28 15:20:15 GMT 2007
On 28/06/07, kewei xiao <kewei.xiao at nald.ca> wrote:
> I have found a way to positioning the validation error message, since
> the error message is inside a span class called error_message. I did a
> little bit change in css file:
>
> .error_message {
> float: right;
> position: relative;
> right: 20em;
> }
>
> this give the result like this:
>
> " * comments: This filed is required "
Glad to see you managed to solve it :)
Carl
More information about the HTML-FormFu
mailing list