[WSG] Unwanted extra space

2004-09-29 Thread Mary Wright
I'm just started working on my third table-free website and I'm trying to pay attention to standards but I'm stumped by a couple of spacing details and would appreciate some help. See www.zebragraphics.co.uk/ragamuffin. CSS is at www.zebragraphics.co.uk/ragamuffin/styles/main.css First, I

RE: [WSG] Unwanted extra space

2004-09-29 Thread Bert
G'day First, I have extra space above and below the banner image - I just want 10px space, The banner image sits inside a paragraph. Paragraphs have margins, unless you set them to zero in your css. Easiest fix is to lose the paragraph - the image can go directly in the div. Second, I've

Re: [WSG] Unwanted extra space

2004-09-29 Thread Genau Junior
¬¬¬ http://www.meucarronovo.com.br - Original Message - From: Bert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 10:12 AM Subject: RE: [WSG] Unwanted extra space G'day First, I have extra space above and below the banner image - I just

RE: [WSG] Unwanted extra space

2004-09-29 Thread Peter Goddard
Title: RE: [WSG] Unwanted extra space Hi Mary You have a padding of 10px in the banner div. Also Padding 10px in the navcontainer div. Try altering the padding rule for the navcontainer to: padding: 0 10px; if this doesn't shrink the whitespace enough, try the same rule in the banner div