Examples

Preview examples of banners for annoucements on the Jira service desk portal

We prepared some examples of banners in HTML. Feel free to copy them and adjust them to your needs 😊

If you are not an expert in HTML, don't worry! You can use AI as ChatGPT to make it write HTML code for you 😊

<table style="border: 3px dotted red; padding: 10px; text-align: left;">
   <tr>
      <td>
         <img src="https://drive.google.com/uc?export=view&id=1KFPbpwcA3UuJ5L0z1QGRBgnef_vTBiXw" style="width: 120px"></src>
      </td>
      <td>
         We have an issue with database located at <a href="#">https:/192.168.0.102</a> Please <b>do not report a new issue</b> about this problem. We are working on it. For more information call our <a href="#">support</a>.
      </td>
   </tr>
</table>

Last updated

Was this helpful?