Write announcements to Web Portal users
You can display announcements to the administrators who log on to the Web Portal. The announcements can be used, for example, for service break notifications.
For more details about the product and how to configure features, click Help or press F1.
Steps
HTML code examples
Note: If you leave out the protocol (
HTTP://
or HTTPS://
part) from a URL, the protocol is attached automatically based on the protocol the Web Portal Server is using. If the wrong protocol is used, it can prevent an otherwise valid link from working. - These tags produce
<b>
boldface</b>
text. - These tags produce
<u>
underlined</u>
text. - Here is an internal
<a href=”policies/policies.jsf”>
link</a>
. - Here is an external
<a href=”http://www.example.com”>
link</a>
. -
Here is a small image scaled to be roughly proportionate with the surrounding text:
<img height=”20px” src=”http://www.example.com/images/note_icon.jpg”>