Skip to content
Alfred J Lin edited this page Mar 12, 2026 · 2 revisions

Overview

The inline link is the default style applied to <a> elements within body content. It is used for navigation within paragraphs and text blocks, and is distinct from the Emphasized Link, which is a standalone prominent link component.

Usage

When to Use

  • For links embedded within a sentence or paragraph
  • For links that are part of a bulleted or numbered list

When NOT to Use

  • For standalone calls to action — use the Emphasized Link component instead
  • For primary page actions — use the CTA Button component instead

Implementation

Inline links are automatically styled when added through the WYSIWYG editor in the Text component. No additional component is needed.

Use the Basic HTML text format in the WYSIWYG editor, which allows <a> elements.

Related Components

  • Emphasized Link: For standalone links that need visual prominence
  • CTA Button: For actions that trigger processes or state changes

Clone this wiki locally