Title: Problem with spaces between lines
Last modified: August 20, 2016

---

# Problem with spaces between lines

 *  [mako2](https://wordpress.org/support/users/mako2/)
 * (@mako2)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-spaces-between-lines/)
 * Hello,
 * I am trying to accomplish something very simple like this:
 * **Tel: 222.222.2222
    Fax: 333.333.3333 Email: [myname@email.com](https://wordpress.org/support/topic/problem-with-spaces-between-lines/myname@email.com?output_format=md)
 * However, if I write it like this
 *     ```
       Tel: 222.222.2222
       Fax: 333.333.3333
       Email: myname@email.com
       ```
   
 * The result is like this (all in the same line):
 * Tel: 222.222.2222 Fax: 333.333.3333 Email: [myname@email.com](https://wordpress.org/support/topic/problem-with-spaces-between-lines/myname@email.com?output_format=md)
 * If I write it like this (leaving a line in between):
 *     ```
       Tel: 222.222.2222
   
       Fax: 333.333.3333
   
       Email: myname@email.com
       ```
   
 * the result is like this (with line spaces between lines):
 * Tel: 222.222.2222
 * Fax: 333.333.3333
 * Email: [myname@email.com](https://wordpress.org/support/topic/problem-with-spaces-between-lines/myname@email.com?output_format=md)
 * How do I need to write it to accomplish just this (without spaces between lines)??
 * **Tel: 222.222.2222
    Fax: 333.333.3333 Email: [myname@email.com](https://wordpress.org/support/topic/problem-with-spaces-between-lines/myname@email.com?output_format=md)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [mako2](https://wordpress.org/support/users/mako2/)
 * (@mako2)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-spaces-between-lines/#post-2426885)
 * I have already tried like this and it doesn’t work either
 *     ```
       Tel: 222.222.2222
       <br>
       Fax: 333.333.3333
       <br>
       Email: myname@email.com
       ```
   
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-spaces-between-lines/#post-2426914)
 * Unless you provide a link to a page demonstrating the problem, no one will be
   able to offer much in the way of assistance.
 *  Thread Starter [mako2](https://wordpress.org/support/users/mako2/)
 * (@mako2)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-spaces-between-lines/#post-2426916)
 * Here’s a link to a sample page [http://bit.ly/vcwXpM](http://bit.ly/vcwXpM)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-spaces-between-lines/#post-2426921)
 * In the first example, you are not incorporating any line breaks. In the second,
   you have each line in its own paragraph tag.
 *     ```
       Line 1<br />
       Line2<br />
       Line 3
       ```
   
 * should work just fine.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with spaces between lines’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/problem-with-spaces-between-lines/#post-2426921)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
