XML Line Break in DREAMWEAVER

Trying to figure out who to make line breaks in dreamweaver, NOT flash.
I’m sure it’s quite simple but I cannot get it. Please advise, -chris

Currently my coding looks like this:

<?xml version=“1.0” encoding=“UTF-8”?>
<?xml-stylesheet href=“1xml_menu.xsl” type=“text/xsl”?>
<specials>
<menu_item id=“1”>
<item>HAPPY HOUR</item>
<link></link>
<description>Every Day: 2-4pm + 10pm-Close Wine selections include A, B, C. Enjoy our cozy setting indoors and out!</description>

Assume I want items to Look like this:
(line1) Every Day: 2-4pm + 10pm-Close
(line2) Wine selections include A, B, C
(line3) Enjoy our cozy setting indoors and out!