How to increase Line Space?

I work in Blogspot. Now i need to increase two line space. How i do it ?

I would say that you should use a bit of CSS. Probably you would like to target the P element (paragraph)

Probably a P {line-height: 200%;} should do the trick

But I mention that, I work on Blogspot which is on HTML. On how i can convert into CSS ??

HTML and CSS go hand in hand. You don’t convert it, you use them together. Even if you’re using some kind of Blogspot template, you’ll be using both. HTML describes the structure of the document. CSS allows you to define the looks.

Look at your source code. I’m sure that you will have an external CSS stylesheet.

1 Like

Take a look here. You can set additional CSS here on the template you’re using to override the built-in CSS.

1 Like

thank u for this new information for me … :grinning:

okay. I understand …

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.