# Css with flash

**URL:** https://forum.kirupa.com/t/css-with-flash/169106
**Category:** Uncategorized
**Created:** [November 13, 2005, 1:49pm UTC](https://forum.kirupa.com/t/css-with-flash/169106 "2005-11-13T13:49:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![essentialDF](https://avatars.discourse-cdn.com/v4/letter/e/e95f7d/32.png) [@essentialDF](https://forum.kirupa.com/u/essentialDF)
#### Post date: [November 13, 2005, 1:49pm UTC](https://forum.kirupa.com/t/css-with-flash/169106/1 "2005-11-13T13:49:19Z")

</div>

hi

I’m loading external text into flash and applying ccs to it, but i’m finding i can only define one style per line of text. Is it possible to define two css classes on the same line of text?

for example i tried tried this:  
\<p class=‘content’\>websites 2006:\</p\>\<p class=‘link’\>\<a href="#"\>some website\</a\>\</p\>

however, it breaks the text like so:  
websites 2006:  
some website

i’d like it to look like this:  
websites 2006: some website

any ideas?

Thanks
