[css-d] Space before p

2009-09-30 Thread Lalena
Thank you for your help with my uncontained list--I got it fixed!
Now I am wondering how to remove the extra space before/after a  
paragraph. I tried setting margins, and margin-top and margin-bottom  
and padding to 0, but it didn't work. Anyone know?
Thank you,
Lalena
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Space before p

2009-09-30 Thread Jukka K. Korpela
Lalena wrote:

 Now I am wondering how to remove the extra space before/after a
 paragraph. I tried setting margins, and margin-top and margin-bottom
 and padding to 0, but it didn't work. Anyone know?

URL?

Your style sheet might contain a syntax error, causing some rule(s) to be 
ignored.

Alternatively, what you see might be the margin or padding of an element 
before or after a p element. For example, heading elements have top and 
bottom margins by default (or, let us say more exactly, by most browsers' 
defaults).

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Space before p

2009-09-30 Thread Bobby Jack
--- On Wed, 9/30/09, Lalena lal...@lalenafisher.com wrote:

 Now I am wondering how to remove the extra space
 before/after a  
 paragraph. I tried setting margins, and margin-top and
 margin-bottom  
 and padding to 0, but it didn't work. Anyone know?

Hi Lalena,

Do you have a URL you can post? What you've suggested will work in the general 
case, so the problem could be elsewhere - e.g. another selector targeting the 
element.

- Bobby
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Space before p

2009-09-30 Thread Scott Haneda
Do you have a return after your p tag? If you have formatting in your  
source, like a p tag then a return and a few tabs, those generally  
show up as rendered spaces.

-- 
Scott
Iphone says hello.

On Sep 30, 2009, at 11:07 AM, Bobby Jack bobbykj...@yahoo.co.uk wrote:

 --- On Wed, 9/30/09, Lalena lal...@lalenafisher.com wrote:

 Now I am wondering how to remove the extra space
 before/after a
 paragraph. I tried setting margins, and margin-top and
 margin-bottom
 and padding to 0, but it didn't work. Anyone know?

 Hi Lalena,

 Do you have a URL you can post? What you've suggested will work in  
 the general case, so the problem could be elsewhere - e.g. another  
 selector targeting the element.

 - Bobby
 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/