Jump to content

[SOLVED] Formatting Text In Popup Message


Zergman

Recommended Posts

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.

 

Link to comment
https://forums.phpfreaks.com/topic/117134-solved-formatting-text-in-popup-message/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.