How to change font size etc on a alert message in Javascript?
Thanks
Harsha
Garann Means
Ranch Hand
Joined: Jan 28, 2002
Posts: 214
posted
0
I don't think you can do that. The alert box comes from the browser, not your HTML. You could, however, make a fake alert box using Javascript and CSS, and set the font to anything you want.