
Wordpress at times can do things that are both bothersome and annoying. This article is for you to post questions and answers, and any tips and tricks you have for wordpress. In a couple of months I will take this post and create some new wordpress tutorials covering all the tips, tricks, and questions raised in this post.
To start things off, here is a trick I learned to solve on of my problems:
As a default wordpress only lets you have line spacing and paragraph spacing for one line, but what if you want say 3, 4, 5 or more lines of space? WordPress as a default strips out every instance of <br> and <p> tags you add in html. So what can you do?
To achieve the spacing look you want you need to use the tag below in html.
<br class="blank"/>
Use the line everywhere you want a space, if you need 4 lines of space you will need to add the tag 4 times.
Have a good tip or trick you used to solve a minor issue on your site? Leave it below in the comments section.
Rate This Article:
Popularity: 1% [?]
You must be logged in to post a comment.