---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/employee-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Editing source code in the Rich Content Editor

# Editing source code in the Rich Content Editor {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Modify the HTML and CSS source code for all the elements in the canvas or for a specific element.
Build the layout using HTML elements, directly edit the CSS for an element to add styling that isn't otherwise available in the canvas interface, or copy-paste code to migrate content from other sources.

## Features and capabilities {#rce-editing-source-code__section_bkj_vjc_f1c}

Ensure portal security
:   When you click Apply in the Edit code window, the code editor removes HTML tags that could be used to compromise your instance. For more information, see [HTML sanitizer](https://www.servicenow.com/docs/access?context=c_HTMLSanitizer&version=australia&pubname=australia-platform-security&ft:locale=en-US).

Identify important code
:   The editing window highlights CSS fragments in red if they should not be deleted. This indicates either a setting that is part of the portal theme or that multiple elements use that code.
:   Additionally, if you delete a CSS rule that is referenced by one of the following HTML elements, the code editor reinstates the CSS rule:

    * Row
    * Cell
    * Canvas
    * Divider
    * Button
    * Link block
    * Tabs
    {#rce-editing-source-code__ul_yx1_t1n_b1c}

Remove unnecessary code
:   When you save your changes, the code editor removes any unused CSS rules.
:   Conversely, if the code editor reinstates a CSS rule that you are trying to remove, highlight that block of CSS code and click the Remove CSS button to override the code editor.Figura 1. Example of using the Remove CSS button

    In the following video, the user tries to delete a CSS rule using the delete key, but the system reinstates the code. Next the user highlights the code and clicks Remove CSS, which successfully
removes the code.  
Nota:  
This feature is not available by default. An Admin must enable the Edit code property. See [Properties installed with Content Publishing](https://servicenow-prod.fluidtopics.net/IdSghONd9HUA4g1Orn6VBQ "The Content Publishing [com.sn_content_delivery] plugin adds the following properties that are designed to control how scheduled jobs work in relation to notifications, to-dos, and communities.")

## Important considerations {#rce-editing-source-code__section_jv1_bzw_21c}

* Adding custom HTML and CSS can break your design. Proceed with caution when using this feature. The Rich Content Editor does not track changes in the code editor, so the Undo button will not reliably revert the code changes.
* We do not recommend using HTML elements (such as div or p) to define CSS rules, as that can have unintended consequences.Figura 2. Example of an unexpected outcome when using HTML element to define CSS rule

  In the following example, the user defines a CSS rule for the p element in a cell. However, in the page preview, the style rules apply to the p elements in all the text boxes, as well as in the footer.
* Different browsers may exhibit varying copy/paste behaviours. If pressing Ctrl+V does not duplicate the content as expected, click the duplicate icon in the component toolbar.
* If copy-pasted content does not retain its styling (such as font), and adjusting the settings does not help, clear the styling by clicking the "x" next to the styling field, then set the styling.![Remove the custom styling by clicking the "x" next to the styling field]()
* If pasted content appears differently saving, it likely due to some script tags being removed by the HTML sanitizer.
{#rce-editing-source-code__ul_vwx_czw_21c}

