So you "support" CSS but I can't freaking change the vertical spacing between paragraphs?
That's some truly awesome support. It's not like I'm trying to float blocks or something. Jesus. Who know basic styling of basic html elements was too much to ask.
Thanks Adobe, you're doing a heck of a job.
margin-bottom: 100px;
?
makes a paragraph style?
i have not tested it, could be totally wrong.
or...
h6 { line-height: .3 em; }
Then,in the body:
blahblahblah content stuff other stuff
again, not tested and hacky.
or
.space { line-height: .3 em; }
.
I'm aware of ways (hacks) to get a desired outcome, but none of them are acceptable replacements for what should be basic functionality.
Plus, inserting additional dummy markup into the html string isn't always an option.
If Flash's support for CSS is such that hacks are the only way to achieve the desired results, then I'll just avoid CSS in Flash for now. I wanted to use it because I figured it would be better than not using it, but it turns out that's far from the truth.
This thread was mostly just a rant, not really looking for help on the issue. Thanks for the reply though 
And no, flash only supports margin-left or margin-right
right on i hear ya 
full css support would def make sense!