3 min read v2.5.0 Last updated:
Was this page helpful?

Creating & Editing Pages

Pages are built using HTML. The page editor in Paxalia is designed to make writing HTML easy, with line numbers, templates, and a live preview.

Creating a page

  1. Open the workspace and tap the Pages tab.
  2. Tap the + button to create a new page.
  3. Enter a title for your page.
  4. Write your HTML in the editor.
  5. Tap Save to create the page.

The page editor

The page editor has several features to help you write HTML efficiently:

Line numbers

The editor shows line numbers on the left side of the editor. This helps you navigate large documents and find specific lines quickly.

Template selector

You can start from a pre‑built template:

  1. Click the Template button in the editor.
  2. Select a template from the list.
  3. The template's HTML will be inserted into the editor.
  4. Edit it to fit your needs.

Available templates include:

  • Dashboard — a full workspace dashboard with placeholders.
  • Project Roadmap — a roadmap with phases and progress bars.
  • Team Overview — a team dashboard with member stats.
  • Blank Canvas — start from scratch.

Placeholder insertion

You can insert dynamic placeholders with a single click:

  1. Click the Placeholder button in the editor.
  2. Select a placeholder from the list.
  3. The placeholder will be inserted at your cursor position.

Placeholders are replaced with real data when the page is viewed.

Editing a page

  1. Open the workspace and tap the Pages tab.
  2. Find the page you want to edit.
  3. Tap the page to open it.
  4. Tap the Edit button.
  5. Make your changes in the editor.
  6. Tap Save to save your changes.

Previewing a page

You can preview your page before saving it:

  1. In the editor, tap the Preview button.
  2. The page will be rendered as it would appear to viewers.
  3. Tap Edit to go back to the editor.

This is useful for checking your layout and styling before publishing.

HTML & CSS support

Pages support a wide range of HTML and CSS. Learn more about what's supported in HyperViewer & CSS Support.

Next steps

After creating your page, learn how to make it public and share it with the world.

Need more help or a custom integration?