Indent the first line of a paragraph in Joomla 2.5

Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here.

Joomla 2.5 does not include a way to indent the first line of a paragraph, but you can still accomplish this by using css. In a previous article we showed you how to indent an entire paragraph, and in this article we’ll show you how to indent only the first line of the paragraph.

How to Indent the first line of a paragraph in Joomla 2.5

  1. Open the article you would like to edit
  2. View the HTML code of your article by clicking the toggle editor button
  3. Find the paragraph you would like to edit. You should see either a <p> tag or a <div> tag. Make the following adjustments:
    Paragraphs <p>Divs <div>
    Change:
    <p>

    To:
    <p style=’text-indent:20px;’>

    Change:
    <div>

    To:
    <div style=’text-indent:20px;’>

    As you can see in the screenshot below, we have successfully indented the first line of a paragraph in a Joomla 2.5 article.
    indenting-the-first-line-of-a-paragraph-using-css

Was this article helpful? Join the conversation!

Server Madness Sale
Score Big with Savings up to 99% Off

X