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 "

Kewei

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to