Spacing
-
When I type and go to the next line the spacing between the two lines is big! How can I change it to normal space.
The blog I need help with is: (visible only to logged in users)
-
Hello,
When you press shift+return it will create a line break and the return key will automatically create a new paragraph.
https://en.support.wordpress.com/visual-editor/#pasting-text
-
I dont want it to create new paragraf but it automatically does it
this it looks like this:Today as we talk
And the way we walk
It ….
I want it to be as it was before like this:
Today as we talk
And the way we walk
it…B
-
-
Okay, check out this link and see what you’re able to come up with. It covers poetry specificallyJust make sure you read through it to get some understanding before applying anything.
https://en.support.wordpress.com/advanced-html/
Another option you have is changing the line height. If you type the code exactly how it is below, it will push together more.
<p style="line-height:1;"> Today as we talk And the way we walk it... </p>Let me know how it goes.
- The topic ‘Spacing’ is closed to new replies.