Creating Alert Messages with Bootstrap: http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-alerts.php
Alert:
<div class=”alert alert-error”>
<a href=”#” class=”close” data-dismiss=”alert”>×</a>
<strong>Error!</strong> A problem has been occurred while submitting your data.
</div>
Success:
<div class=”alert alert-success”>
<a href=”#” class=”close” data-dismiss=”alert”>×</a>
<strong>Success!</strong> Your message has been sent successfully.
</div>
Bootstrap Alerts