What would be the CSS solution to this?
for reason, 2 <br> separate 2 paragraphs few pixels
shorter in height 1 <p></p>
but find 2 <br> tall. i've been using table cells
separate paragraphs , using padding adjust how far apart
want them.
what css options adjusting not how space between
each line, how space exists between paragraphs? don't mind
affecting <p> tag directly, or possibly applying class single
cell containing text (instead of breaking down 1 cell per
paragraph).
shorter in height 1 <p></p>
but find 2 <br> tall. i've been using table cells
separate paragraphs , using padding adjust how far apart
want them.
what css options adjusting not how space between
each line, how space exists between paragraphs? don't mind
affecting <p> tag directly, or possibly applying class single
cell containing text (instead of breaking down 1 cell per
paragraph).
p { margin: 0 0 1em 0; }
adjust accordingly. you're after?
--
shane h
shane@nospamavenuedesigners.com
http://www.avenuedesigners.com
=============================================
back 2007, close-up magic:
http://deceptivemagic.com
web dev articles, photography, , more:
http://sourtea.com
=============================================
proud gawds member
http://www.gawds.org/showmember.php?memberid=1495
delivering accessible websites ...
=============================================
"reese" <no@spam.com> wrote in message
news:epihfq$r0p$1@forums.macromedia.com...
> reason, 2 <br> separate 2 paragraphs few pixels
> shorter in height 1 <p></p>
>
> find 2 <br> tall. i've been using table cells
> separate paragraphs , using padding adjust how far apart
> want them.
>
> css options adjusting not how space between
> each line, how space exists between paragraphs? don't mind
> affecting <p> tag directly, or possibly applying class single
> cell containing text (instead of breaking down 1 cell
> per paragraph).
>
>
>
adjust accordingly. you're after?
--
shane h
shane@nospamavenuedesigners.com
http://www.avenuedesigners.com
=============================================
back 2007, close-up magic:
http://deceptivemagic.com
web dev articles, photography, , more:
http://sourtea.com
=============================================
proud gawds member
http://www.gawds.org/showmember.php?memberid=1495
delivering accessible websites ...
=============================================
"reese" <no@spam.com> wrote in message
news:epihfq$r0p$1@forums.macromedia.com...
> reason, 2 <br> separate 2 paragraphs few pixels
> shorter in height 1 <p></p>
>
> find 2 <br> tall. i've been using table cells
> separate paragraphs , using padding adjust how far apart
> want them.
>
> css options adjusting not how space between
> each line, how space exists between paragraphs? don't mind
> affecting <p> tag directly, or possibly applying class single
> cell containing text (instead of breaking down 1 cell
> per paragraph).
>
>
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment