# Css and dynamic text issue

**URL:** https://forum.kirupa.com/t/css-and-dynamic-text-issue/178221
**Category:** Uncategorized
**Created:** [February 8, 2006, 4:37pm UTC](https://forum.kirupa.com/t/css-and-dynamic-text-issue/178221 "2006-02-08T16:37:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![aphexburn](https://avatars.discourse-cdn.com/v4/letter/a/9d8465/32.png) [@aphexburn](https://forum.kirupa.com/u/aphexburn)
#### Post date: [February 8, 2006, 4:37pm UTC](https://forum.kirupa.com/t/css-and-dynamic-text-issue/178221/1 "2006-02-08T16:37:53Z")

</div>

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](http://www.google.com)’\>text1\</a\>  
\<a href=‘[http://www.google.com](http://www.google.com)’\>text2\</a\>  
\<a href=‘[http://www.google.com](http://www.google.com)’\>text3\</a\>  
\<a href=‘[http://www.google.com](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!
