[Flashcoders] Paragraph spacing in AS2

2008-03-17 Thread Marc Hoffman
I'm using style sheets to control text appearance in a Flash 8 site 
(AS2). I've been able to control the spacing between lines, but have 
not found a way to control spacing between paragraphs. Thus my 
paragraph spacing equals two line breaks, which is too tall.


Anyone have an AS2 technique for setting inter-paragraph spacing? 
Ideally I'd want it to be about 1.5x the regular line spacing.


Thanks!

Marc Hoffman 
___

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Paragraph spacing in AS2

2008-03-17 Thread Glen Pike
In CSS it is margin and margin-top, etc. that sets your spacing between 
elements - don't know if this will work with AS2, e.g.


p {
   margin-bottom:10px;
}

Marc Hoffman wrote:
I'm using style sheets to control text appearance in a Flash 8 site 
(AS2). I've been able to control the spacing between lines, but have 
not found a way to control spacing between paragraphs. Thus my 
paragraph spacing equals two line breaks, which is too tall.


Anyone have an AS2 technique for setting inter-paragraph spacing? 
Ideally I'd want it to be about 1.5x the regular line spacing.


Thanks!

Marc Hoffman ___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Glen Pike
01736 759321
www.glenpike.co.uk http://www.glenpike.co.uk
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Paragraph spacing in AS2

2008-03-17 Thread Marc Hoffman

Thank you, Glen. I will try this.

Marc

At 08:16 AM 3/17/2008, Glen Pike wrote:
In CSS it is margin and margin-top, etc. that sets your spacing 
between elements - don't know if this will work with AS2, e.g.


p {
   margin-bottom:10px;
}

Marc Hoffman wrote:
I'm using style sheets to control text appearance in a Flash 8 site 
(AS2). I've been able to control the spacing between lines, but 
have not found a way to control spacing between paragraphs. Thus my 
paragraph spacing equals two line breaks, which is too tall.


Anyone have an AS2 technique for setting inter-paragraph spacing? 
Ideally I'd want it to be about 1.5x the regular line spacing.


Thanks!

Marc Hoffman ___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders