Joanne wrote:
> p {
> font-size: 100%;
> margin-top:0;margin-bottom:0; <<<--- kill the top and bottom margin
> font-family: Verdana, Helvetica, Arial, sans-serif;}
>
> -----------
>
> Like the last suggestion, this is going to remove the margins from my
> paragraphs. I don't want to remove the margins from my paragraphs. I want to
> remove the large white gap on the top & bottom of the #content div. I still
> need the paragraphs to look like paragraphs inside the #content div. When I
> have a <h1> as the first thing in my #content div, there's no gap at the
> top.
>
> Is there so simple solution to this? If not, I'll have to change the layout
> to suit.
>
> Joanne
>   


There probably is a simple solution, and I am blocking on it. Perhaps 
someone else can assist.

I suppose to separate the paragraphs, you could add:
padding: 10px 0; to the above selector.

But I guess it depends on what you are trying to do and why you are 
trying to do it. And if it is client driven. Or the attempt to reproduce 
a table-based layout.
I'd be more prone to consider a much simpler layout and more 
contemporary look without using any images at all-- that, of course, is 
a purely personal opinion (and I have no client with a gun to my head).

Best,
~dL




-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to