CSS Idiot question

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
Dinnit
Propeller Head
Posts: 87
Joined: Tue Nov 13, 2007 5:51 am
Location: Stroud, Glos, UK

CSS Idiot question

Post by Dinnit »

I want to change the spacing between my paragraphs (not the line height)as they are too widely spaced in the output. Assume this is governed by padding somewhere but where???
Ann
Started on Flare 3, now on Flare 2017 r2 + Capture (occasionally) and Analyser (very occasionally)
Windows 10 Enterprise
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: CSS Idiot question

Post by LTinker68 »

No, set the margin-bottom property of the <p> tag.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Re: CSS Idiot question

Post by KevinDAmery »

LTinker68 wrote:No, set the margin-bottom property of the <p> tag.
Well, padding-bottom would work too.... as would padding-top and margin-top.
Until next time....
Image
Kevin Amery
Certified MAD for Flare
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: CSS Idiot question

Post by LTinker68 »

KevinDAmery wrote:Well, padding-bottom would work too....
For the most part, yes, but that would affect other elements in the paragraph, since the padding affects things inside the block and not outside.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
Dinnit
Propeller Head
Posts: 87
Joined: Tue Nov 13, 2007 5:51 am
Location: Stroud, Glos, UK

Re: CSS Idiot question

Post by Dinnit »

Thanks - will try that. Nice to initiate a discussion :)
Ann
Started on Flare 3, now on Flare 2017 r2 + Capture (occasionally) and Analyser (very occasionally)
Windows 10 Enterprise
Post Reply