BTech Support

866-647-5200
Login

How to Add a Show/Hide in an Article

Modified on: Tue, Nov 12 2024 8:41 AM
Swinerton logo

BTech

BTech Alerts & Notifications - Check this page for the latest information on emergencies and system outages. All times are Pacific.
Freshservice logo
Documentation Information



  1. With in the Article Edit Mode, click the Code View button Code View button.
    Code View

  2. Add the Applicable HTML where needed:
    • How to Add a Show/Hide with Content
      <details>
      <summary><span style="color: #F47920;"><strong>Click to Show/Hide</strong></span>
       [descriptor here]</summary>
      [Content here]
      </details>
      HTML

    • How to Add a Show/Hide with an Article
      <details>
      <summary><span style="color: #F47920;"><strong>Click to Show/Hide</strong></span>
       [descriptor here]</summary> <object height="500" width="750"> 
      <embed style="border:2px solid #F47920;" height="500" width="750" 
      src="https://support.swinerton.com/support/solutions/articles/[Article Number]"></object>
      </details>
      HTML
      • Note: The Height and Width of the Show/Hide can be adjusted to meet the need of the article requirements.


Was this answer helpful?