Inline label
Designed to associate custom styles or semantics to running pieces of content inside a text block (paragraph). Inline labels play the equivalent role for PageSeeder as “character” or “inline” styles play in traditional publishing or word processing systems.
They are a type of content label for HTML inline-level elements (SPAN).
As PSML, inline labels are expressed as:
<inline label="XXXX">content</inline>
where XXXX
is the name of the label. For more detailed information, see element <inline>.
To add formatting or semantics to paragraphs, use block labels.