Hello, I have a basic question. How do you adjust the height of empty space between two lines of text under each other? </br> seems to little and <p> seems too much for what i am trying to do....such as
<p> some text - line 1</p>
<p> some text - line 2</p>
some text - line 1
some text - line 2
Here the distance between two lines of text is too much for what I am trying to do...But if I used </br> then two lines are displaying right on top of each other, almost touching...I need some distance in between the two extremes. How do you do that?