Dear all,
Whenever I am writing something as a post or new page I cannot break a line more than once. I can put <p> and it will shift it to next line but no more. Using doesn't help. For example, I can do that:
line1: text , text , text , text ,
line2: text , text ,text , text ,
line3:
but not that
line1: text , text , text , text ,
line2:
line3: text , text ,text , text ,
- Could it be a problem with theme or I am doing something wrong ?