Service Portal Announcement text display in 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; } --> Overview The Service Portal Announcement feature allows Admins to create simple announcements which will display as a banner at the top of the page when navigating to the Service Portal. Admins are able to create multiple announcements, set text, and the duration on how long these announcements will display for. Please see the Additional Information below for more information. When implementing the Service Portal Announcement feature, the text written in the 'Summary' field will display on one line within the Service Portal associated. When adding new lines or multiple consecutive lines, these are ignored by the system when displaying the actual text on the Service Portal. This is expected behaviour, this feature does not support multiple lines or the use of code tags to perform line breaks. Please see the following image: Additional Information There is a potential workaround which involves making use of multiple announcements active at the same time and then having it displayed one after the other. You can see which announcement appears first using the 'Display first' checkbox on the Announcement form. You will need to inform users to expand the announcement however as 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 announcementsglide.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. Please see the below links to our documentation for further information: Service Portal Announcement Service Portal Properties