Skip to main content

Add HTML code to a Page

Custom codes can also be added to a page by adding an HTML Text Area. This can be useful for designers/developers who want to take control of each and every element present in the DOM.


Let's start by adding a simple HTML Text Area in a page.

  1. Go to the Admin Module
  2. Select the Admin Module Menu
  3. Select 'Page Management'
  4. Select 'Setup Pages'
  5. Select the Form Control Icon

img

  1. Select "Add" to add a form control.
  2. Enter a Name - For example, "html section"
  3. Select the Type dropdown and choose "HTML Text Area"
  4. Width can remain as "0" to show the default width. This can be changed later if necessary
  5. Within the HTML Text area, add any html code that you want to display on that page.
  6. Check the box "Divider After". This will ensure the next element we add will appear below the heading. img
  7. Select "Save"

You'll see the output as follows: img


Our next step is to add some CSS for styling.