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