Jump to content

alert box text to be bold and red color


prichardson

Recommended Posts

How can I make my alert box message appear in bold red colour? Here is my javascript for the alert box:

<script language="JavaScript"><!--function confirmSubmit(){var agree=confirm("Are you sure you wish to DELETE this category AND ALL THE BLOG POSTS in this category?");if (agree)	return true;else	return false;}//--></script>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...