• Resolved simonborg

    (@simonborg)


    How do I insert a line? I have a page that I want to describe different types of software and I wish to seperate them with a line how do I insert a line underneath each discription?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Perhaps this article is what you are looking for:

    https://wpbtips.wordpress.com/2009/06/10/formatting-text-pt-1/

    or perhaps this:

    For first line indentation:
    <p style=”text-indent:.5in;”>YOUR_TEXT_HERE</p>
    (you can adjust the number)

    For extra space between paragraphs:
    <div style=”height:20px;”></div>
    (you can adjust the number)

    Simpler (non-adjustable) alternative:
    <div> </div>

    Reply

    I believe that you can use the <hr /> tag in your html edit field of the page. If you insert it between the text it will add a horizontal line.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do I insert a line?’ is closed to new replies.