Hi,

> How would I change the font/font size of the error message displayed by
> tagErrorMsg using HTMLHelper?

TagErrorMessage uses the css class 'error_message', if you're using
cake's generic css class (i.e. $html->class('cake.generic')) you can
edit the '.error_message' class in 'cake.generic.css' located in the
webroot/css/ directory. Or you can create '.error_message' in your own
css files.

e.g. 
font-size: 14px;
color: red;


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to