How to edit text in an expand/collapse section
This article contains expandable sections. Use the steps below to make your edits:
NOTE: If you aren’t confident with editing HTML source code, add your update in the Related Information section with a comment where you want the update to be implemented, and then click
Approve. A Knowledge Analyst will move the content to the correct section, and delete your content from the Related Information section. If you have questions, contact
DL Knowledge Management Team.
- Use either Internet Explorer or Google Chrome to open the article in KBIM.
- In the section that contains the expandable content, click Source. Locate the following code:
<link href="https://supportm.trellix.com/ServicePortal/content/conn/spr-ucm/path/Enterprise Libraries/sp/WebContent/css/Article-UCM.CSS" rel="stylesheet" type="text/css" />
- Place an “x” in front of the word “link” so that it looks like this:
<xlink href="https://supportm.trellix.com/ServicePortal/content/conn/spr-ucm/path/Enterprise Libraries/sp/WebContent/css/Article-UCM.CSS" rel="stylesheet" type="text/css" />
- Click Source again. The “x” you entered in step 3 stops the CSS file from loading; the content in the expandable section now displays as normal text.
- Make the needed changes to the content.
- When you are finished, click Source and remove the “x” you entered before the word “link”.
- Click Source again. Then click Save Document, and click Approve to move the article to the next workflow step.