How to Create a Line Separator in WordPress
When you write for your WordPress website, you may occasionally create lengthy posts that you would like to divide into multiple sections for readability. A horizontal line is one way to cleanly mark sections of a post. However, you may have scanned the buttons at the top of the WordPress text editor and noticed that none of the buttons creates a horizontal line. You can create a line separator in WordPress by typing an HTML tag in the post editor.
Instructions
-
-
1
Open the "Posts" section of the WordPress dashboard, and click "Add New" to begin creating a new post. If you would like to add a line separator to an existing post, open the "Posts" section and click the "Edit" link under the post that you want to modify.
-
2
Click the "HTML" tab at the top of the WordPress post editor.
-
-
3
Click to place the cursor in the section of the post where you want the line separator to appear. The cursor should be at the beginning of a blank line.
-
4
Type <hr /> in the blank line. Note that there is a space between the "hr" and the forward slash.
-
5
Click the "Update" or "Publish" button in the upper right corner of the post editor.
-
1