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.comHowever, 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
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
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
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Problem with spaces between lines’ is closed to new replies.