-5

I want to change the look of this alert message:

 alert("Hello world");

Is there any way to do this?

Roope Hakulinen
  • 7,326
  • 4
  • 43
  • 66
  • 3
    Welcome to stackoverflow! Please see this -> **http://stackoverflow.com/help/how-to-ask** and this -> **http://stackoverflow.com/help/mcve** – davidkonrad Nov 19 '15 at 10:50

2 Answers2

1

You simply cannot, the styling is handled by the browser and is different in every browser. You could use a different solution such as a jQuery UI Dialog https://jqueryui.com/dialog/

James Walker
  • 795
  • 2
  • 6
  • 22
-1

refer to this answer for your alert box styling. It suggests to use jQuery ModelBox instead.

Community
  • 1
  • 1
Nikkishah
  • 86
  • 1
  • 7