0

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....

Community
  • 1
  • 1
sTg
  • 4,313
  • 16
  • 68
  • 115

2 Answers2

0

I think the only way to do it is to use a jQuery (or other library's) plugin. Or to write it yourself.

lvil
  • 4,326
  • 9
  • 48
  • 76
0

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.

looper
  • 1,929
  • 23
  • 42