Css and dynamic text

I am having a problem displaying all of my dynamic text. Its formatted using a css and that worked fine until I assigned everything a clickable URL but its taking everything out of my text file and putting it into one line. My dynamic text box is set to multi-line no word wrap. The problem is I don’t know what html tag to use so flash well separte each link to a seprate line. here is an choped down example of my text file

dyn_txt= <p><a href= ‘http://www.google.com’>text1</a>
<a href=‘http://www.google.com’>text2</a>
<a href=‘http://www.google.com’>text3</a>
<a href=‘http://www.google.com’>text4</a></p>.

Also before I gave everything a link/url properity flash was putting a space between every line just like if you were working with dreamweaver or what not. Is there a way around this so my text can look like regular typed text? Thanks in advance to anyones help and sugestions!