Possible Duplicate:
how to change the style of alert box
I have a requirement in which i need to display font color inside a alert box in red color... Please help....
Possible Duplicate:
how to change the style of alert box
I have a requirement in which i need to display font color inside a alert box in red color... Please help....
I think the only way to do it is to use a jQuery (or other library's) plugin. Or to write it yourself.
A normal alert-box can't be styled. You need an other implementation (like a plugin for jQuery).
You have absolutely no access to the alert-box, the only thing you can modify is the text.