TinMan
|
| Posted: 05/03/2002, 4:19 AM |
|
Hello,
I would like to modify the display of the error messages when the "required"
box is checked. Simply bolding it is sufficient. If I create additional
error messages, I am able to add the bold tags as I write the message. How
do I go about bolding the auto generated messages?
Thanks for the assistance.
Regards,
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 05/06/2002, 2:53 AM |
|
Try to assign html content to error variable in Validation event ,
e.g. sBookRecordErr="<font color=#AAAAAA>Error message<font>"
--
Alex
CodeCharge Developer
"TinMan" <alex@clinebell.com> wrote in message
news:aatrog$3j5$1@news.codecharge.com...
> Hello,
> I would like to modify the display of the error messages when the
"required"
> box is checked. Simply bolding it is sufficient. If I create additional
> error messages, I am able to add the bold tags as I write the message.
How
> do I go about bolding the auto generated messages?
> Thanks for the assistance.
> Regards,
>
>
>
|
|
|
 |
|