2019-02-07 03:02 PM
Help Us Help You: Login Banner Line Breaks Not Rendering Properly.
When you enter text into the Login Banner in the NetWitness 11.x system you will notice that line breaks are not rendered automatically.
The net effect is all your text will be rendered on one line making the banner difficult to read.
How to Resolve the Formatting Problem.
You may force a line break where necessary but entering the HTML code for a line break ("<BR>" or "<p>") wherever you wish to force a line break on the screen.
Some HTML tags are supported such as bold and italics.
To bold text:
<b style="font-weight:bold">Reston NetWitness 11 Lab</b><p>
To italicize text:
<i style="font-style:italic">Updated: 1 March 2019</i></p><p>
I believe some other tags will work but I haven't experimented to see what tags are acceptable.