change Font size, line spacing
-
Hi, my blog is anukandikuppa.com. I’m trying to change font size and line spacing but the code I’ve tried does not work. Can someone help? Thanks a lot.
The blog I need help with is: (visible only to logged in users)
-
Hi anukandikuppa,
The Visual editor leaves one blank line between each paragraph by default. If you attempt to add additional line breaks using the “enter” or “return” key, those spaces will be stripped out when you publish.
To force the editor to keep those spaces, you can add the following code in the Text editor (HTML):
You’d want to add that as many times as you want blank lines, so if you want three blank lines between two paragraphs, you’d add the following in your Text editor:
To add single line spaces, hit “SHIFT + ENTER”.
-
“….To force the editor to keep those spaces, you can add the following code in the Text editor:
”
-
It seems like the code also apply’s in this editor, so visit the link I provided for more details: https://en.support.wordpress.com/advanced-html/
RE: Font.
You can express the font-size in HTML:
<p style="font-size:150%;">Your paragraph of text here.</p>
- The topic ‘change Font size, line spacing’ is closed to new replies.