Digital Commons's logos Digital Commons Help Center
  • Products
    • Digital Commons IR
    • Digital Commons Exhibits
    • Digital Commons Journals
    • Digital Commons Data
  • Resources
    • Announcements
    • Webinars
    • DC Customers
    • Client Community Portal
    • Submit a Support Case
    • My Cases
    • Products Overview
  • Status
  • Contact Us
  • Home
  • Digital Commons IR
  • Site Administration

How Can We Help?

Search Results

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Contact us

Formatting Text with Basic HTML TagsFormatting Text with Basic HTML Tags

Introduction

This page describes how administrators and editors can perform basic text formatting and add links in Digital Commons utilizing a few common HTML tags.

You can use HTML tags to format:

  • Introductory text in Digital Commons communities and publication structures.
  • Your site’s top-level About and FAQ pages.
  • The standard journal pages: About this Journal, Aims & Scope, Editorial Board, and Policies.
  • Certain fields on submission forms, although many fields have built-in text tools that make it unnecessary to use HTML tags; please ask Consulting Services if you have any questions.

To learn about the configurations for editing introductory text and site pages, please see Digital Commons Administrator Configurations. 

Single Paragraph

A single paragraph of introductory text can be added in a community or publication structure without any HTML tags surrounding it.

Text entered on configuration screen:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet lobortis lectus. Suspendisse tristique pharetra nisl sagittis tempor. Ut et risus velit, eu euismod magna. Vivamus vehicula vestibulum tincidunt. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Front-end view:

Single paragraph introductory text displaying on a public-facing series page.

Multiple Paragraphs

If you wish to use multiple paragraphs, you can begin each paragraph with <p> and end it with </p>.

Text entered on configuration screen:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet lobortis lectus. Suspendisse tristique pharetra nisl sagittis tempor. Ut et risus velit, eu euismod magna.</p>

<p>Vivamus vehicula vestibulum tincidunt. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>

Front-end view:

Introductory text with two paragraphs displaying on a public-facing series page.

Bold Text

To make certain words bold, enter <strong> before the text you wish to bold and </strong> after it.

Text entered on configuration screen:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <strong>Curabitur sit amet lobortis lectus.</strong> Suspendisse tristique pharetra nisl sagittis tempor. Ut et risus velit, eu euismod magna.</p>

<p>Vivamus vehicula vestibulum tincidunt. <strong>Lorem ipsum dolor sit amet</strong>, consectetur adipiscing elit.</p>

Front-end view:

Introductory text displaying on a public-facing series page with some of the text bolded.

Italicized Text

To italicize certain words, enter <em> before the text that should be italicized and </em> after it.

Text entered on configuration screen:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <em>Curabitur sit amet lobortis lectus.</em> Suspendisse tristique pharetra nisl sagittis tempor. Ut et risus velit, eu euismod magna.</p>

<p>Vivamus vehicula vestibulum tincidunt. <em>Lorem ipsum dolor sit amet</em>, consectetur adipiscing elit.</p>

Front-end view:

Introductory text displaying on a public-facing series page with some of the text italicized.

Links

To add a link to your introductory text, use the formatting <a href="URL of link">link display text</a>. To add a link where the URL and display text are the same, simply enter the URL in place of both “URL of link” and “link display text.”

To assist users who are accessing the site through screen readers, make sure that your link text is descriptive. For example, if you are linking to the English department’s website, using “English department website” as the display text for your link is better than using only “click here.”

Text entered on configuration screen:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet lobortis lectus. <a href="http://digitalcommons.bepress.com/">Suspendisse tristique pharetra nisl</a> sagittis tempor. Ut et risus velit, eu euismod magna.</p>

<p>Vivamus vehicula vestibulum tincidunt. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>

Front-end view:

Introductory text displaying on a public-facing series page with some of the text formatted as a hyperlink.

Lists with Bullet Points

To create a list with bullet points, known as an unordered list, add <ul> before the very start of your list and </ul> after the end of your list. Between these tags, add <li> at the beginning of each list item and </li> after the end of each list item.

Text entered on configuration screen:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet lobortis lectus. Suspendisse tristique pharetra nisl sagittis tempor. Ut et risus velit, eu euismod magna.</p>

<ul>
<li>Vivamus vehicula vestibulum tincidunt.</li>
<li>Lorem ipsum dolor sit amet,</li>
<li>consectetur adipiscing elit.</li>
</ul>

Front-end view:

Introductory text displaying on a public-facing series page with three bullet points under a paragraph.

Lists with Numbers

To create a list with numbers, known as an ordered list, add <ol> before the very start of your list and </ol> after the end of your list. Between these tags, add <li> at the beginning of each list item and </li> after the end of each list item.

Text entered on configuration screen:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet lobortis lectus. Suspendisse tristique pharetra nisl sagittis tempor. Ut et risus velit, eu euismod magna.</p>

<ol>
<li>Vivamus vehicula vestibulum tincidunt.</li>
<li>Lorem ipsum dolor sit amet,</li>
<li>consectetur adipiscing elit.</li>
</ol>

Front-end view:

Introductory text displaying on a public-facing series page with a numbered list containing three items.

Additional Formatting

If you have questions about any other display options for introductory text or site information pages, please contact Consulting Services for assistance.

Table of Contents
  • Introduction
  • Single Paragraph
  • Multiple Paragraphs
  • Bold Text
  • Italicized Text
  • Links
  • Lists with Bullet Points
  • Lists with Numbers
  • Additional Formatting
Related Articles

Digital Commons Administrator Configurations

About the Communities.html Page

Updating the Site to Show Changes

Was this article helpful?

Yes
No
Give feedback about this article
View/Download PDF Download Article

    About Digital Commons

  • Announcements
  • Products Overview

    Additional Support

  • Webinars
  • Client Community

    Need Help?

  • Contact Us
  • Submit a Support Case
  • My Cases
  • Linkedin
  • Twitter
  • Facebook
  • Youtube
Elsevier logo Relx logo

Copyright © 2025 Elsevier, its licensors, and contributors. All rights are reserved, including those for text and data mining, AI training, and similar technologies. For all open access content, the Creative Commons licensing terms apply.

  • Terms & Conditions Terms & Conditions
  • Privacy policyPrivacy policy
  • AccessibilityAccessibility
  • Cookie settingsCookie settings

Knowledge Base Software powered by Helpjuice

Expand