Zergman Posted July 29, 2008 Share Posted July 29, 2008 So I have a popup message that comes up when a user clicks a button. <input name="button2" type="button" class="deletebutton" id="button2" onclick="MM_popupMsg('Deletion of users will be done by the admin only.\r\rSend and email to my work email with the information and I will remove it from the database.')" value="DELETE THIS USER" /> The /r/r isn't creating a seperate paragraph though, just one string of text, how can I get it to look like this? Deletion of users will be done by the admin only. Send and email to my work email with the information and I will remove it from the database. Quote Link to comment https://forums.phpfreaks.com/topic/117134-solved-formatting-text-in-popup-message/ Share on other sites More sharing options...
Zergman Posted July 29, 2008 Author Share Posted July 29, 2008 Got it. http://bytes.com/forum/thread477809.html Quote Link to comment https://forums.phpfreaks.com/topic/117134-solved-formatting-text-in-popup-message/#findComment-602467 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.