double spacing
-
i am writing poems. how can I make it the new line as still part of the stanza by making it single spaced?
The blog I need help with is: (visible only to logged in users)
-
Hello @tinapaipai
You can use the
tag to add a single line breaks withing paragraphs.For example If you want a line break between these:
One day, Girl meets Boy.
Something happens, and they had to contact each other.And they belong to the same paragraph.
Then follow these steps:
1. On the post editor screen switch to the HTML tab.
2. Now just add the
tag between the lines like this:
<p>One day, Girl meets Boy.<br/>Something happens, and they had to contact each other.</p>
3. Once, everything’s done, click UPDATE button at the top right corner.Hope this helps 🙂
-
-
-
-
Shift+return or shift+enter should work in the WordPress editor. I’ve tested on my Mac and it works fine for me. @manuschwendener, give it a try and see if it works for you. If not, let me know.
-
@thesacredpath Okay it seems to work now.
Previously when i tried shift+return it added double spacing, what might be reason for that?
-
-
Ah, not sure how to do that on an electronic/touch device keyboard. It might not be possible.
What you could do though, would be to switch to the HTML/Text tab and then just do a single return. A single return in that tab is the same as shift+return on a normal keyboard.
- The topic ‘double spacing’ is closed to new replies.