How to increase font size in javascript alert()
Can I control the font size of the string in a javascript alert() call??!
Nope. How the alert window is rendered is entirely up to the browser.
You would have to use a JavaScript based dialog windows alternative like jQuery UI Dialog.
No, this is controlled by the browser. I don't use alerts anymore I use jQuery UI dialog, it's fully customizable