I want to insert a line between paragraphs in the post. Please let me know how to insert a line.
-
Posted 3 months ago #
-
Do you mean a blank line? Or a picture of a line?
More helps are available on my blog.
Follow this advice for setting up your blog.
Problems? Questions? Read the forum rules and help us to help you.Posted 3 months ago # -
A picture of a line like in MSWord to separate 2 paragraphs.
Posted 3 months ago # -
People used to insert the
<hr />element for a horizontal line, but don't do that - it's 2013.Find out how you can support the Graphene theme, and become an affiliate.
New to the forum? Make sure you read the forum rules.
Like Graphene? Check out Graphene Mobile and Graphene Mobile Neo!Posted 3 months ago # -
Every paragraph in the site, or some particular one only?
There is probably hundred different ways to accomplish that, from paragraph class styling through<hr />element. That will act like this
Depend on your actual need.Posted 3 months ago # -
Add this to Custom CSS
.line-brk { border-top: 1px solid #999999; }and use this wherever you want a horizontal line break
<div class="line-brk"></div>Personal Website prasannasp.net | WordPress Plugins developed by me.
Graphene Child Theme Template | Graphene Theme Tutorials | WordPress tutorials.Posted 3 months ago #
Topic Closed
This topic has been closed to new replies.
