Can I control the font size of the string in a javascript alert() call??!
alert()
I\'ve the image below and I want to increase the font size so that it is legib
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.