Service Portal announcement text displays on one lineIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> The Service Portal Announcement feature allows admins to create simple announcements that display as a banner at the top of the Service Portal page. Admins can create multiple announcements, set text, and set how long the announcement displays. When implementing this feature, the text written in the Summary field displays on one line within the associated Service Portal. If you add new lines or multiple consecutive lines, they are ignored by the system when displaying the actual text. This is expected behavior because the Announcement feature does not support multiple lines or the use of code tags to perform line breaks. The following image shows an example of how this announcement appears. ResolutionTo work around this limitation, you can use multiple announcements that are active at the same time, and then have them displayed one after the other. You can identify which announcement appears first using the Display first checkbox on the Announcement form. Note: Let users know to expand the announcement because by default multiple announcements are not expanded. If there is a tie between two records set to display first, the sort order defined in the glide.service_portal.announcement.default.sort_order system property is honored. Default sort order for announcements: glide.service_portal.announcement.default.sort_order The sort order for banner announcements: Type: choice listDefault value: Start Date Descending Other options for Default value include: Start Date Ascending: The oldest start date appears first.Start Date Descending: The most recent start date appears first.End Date Ascending: The oldest end date appears first.End Date Descending: The most recent end date appears first.Related LinksFor further information, see the following documentation: Service Portal announcement Service Portal properties