This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

HTML use in Alerts and Exporting and Importing

I've created a new alert with lots of HTML to make it look pretty (managers are happy now :-)) but when I export it and import it into one of our other NPM's it default to plain text and looses all the HTML formatting, even if I click on HTML it doesn't retain the formatting so I have to manually copy and paste the HTML.

Also I've noticed that with the E-Mail  it seems to put in a line break in the final E-Mail for every line of code so the actual E-Mail detail is 2/3rds of the way down the page. See below

Is there any way of fixing the above or are they both bugs?

Thanks

Jon

<html>
<table border="1" cellpadding="1" cellspacing="1">
<tr>
<th>Server Name:</th>
<td>${NodeName}</td>
</tr>
<tr>
<th>Componenet Name:</th>
<td>${ComponentName}</td>
</tr>
<tr>
<th>Componenet Status:</th>
<td>${ComponentStatus}</td>
</tr>
<tr>
<th>Messages Queued:</th>
<td>${StatisticData}</td>
</tr>
</table>
</html>