Adding Two Extra Spaces Between Paragraphs
-
Hi all –
I know this has been covered, but the solutions that I could find in other posts did not work for me! I was able to get one space, but the HTML code is now a mess because the traditional tricks weren’t working so I kind of hacked it. Here is what the code looks like:
<h1 style=”text-align: center;”>Header 1 Text</h1>
<h5 style=”text-align: center;”>Sub-Header Text</h5>
<h1 style=”text-align: center;”></h1>
<h1 style=”text-align: center;”>Header 2 Text</h1>I’m looking to get an extra space in between “sub header text” and “Header 2 Text”
You’ll see things look a little cramped on my site: earnsmartdeals.com/blog
Thanks for any help!
The topic ‘Adding Two Extra Spaces Between Paragraphs’ is closed to new replies.