# How to reduce the space between two lines?

**URL:** https://forum.kirupa.com/t/how-to-reduce-the-space-between-two-lines/332217
**Category:** flash
**Created:** [March 6, 2014, 7:06pm UTC](https://forum.kirupa.com/t/how-to-reduce-the-space-between-two-lines/332217 "2014-03-06T19:06:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![learner\_7n](https://avatars.discourse-cdn.com/v4/letter/l/b2d939/32.png) [@learner\_7n](https://forum.kirupa.com/u/learner_7n)
#### Post date: [March 6, 2014, 7:06pm UTC](https://forum.kirupa.com/t/how-to-reduce-the-space-between-two-lines/332217/1 "2014-03-06T19:06:07Z")

</div>

Hi,

I am retrieving data from a external .xml file. But there is a lot of space between two lines. How can I reduce it?

The attached file shows the space between sentences.

The following is the xml code:

```auto
<?xml version="1.0" encoding="utf-8"?>
<ContactUs>
<Header>Contact Details</Header>
<Body>
Name :
Telephone :
Cell Phone : 
Email:
Website: 
</Body>
</ContactUs>

```

Thanks in advance for any help.
