Christopher wrote:
> Christopher wrote:
>> I'm trying to move the <h1> text "main" down using <top margin> just a 
>> little and it's not moving
>> Same thing with the "contact with email" won't move down on the <top margin>

You are already setting a negative margin on your H1 element:
.mainloc {
        margin-top: -27px;
}
To move it down, simply stop moving it up or move it up less.

>> Also If you view the page in Opera the paragraphs under "about me"
>> are a little squashed especially the "sheep word" overlaps the "W" a 
>> little. If you view in FF3 there is a huge space between the "W" and the 
>> rest of the text

You're telling it to be by setting a line height of 16px in your
.aboutmepara style block. To begin with, line-height should not have a
unit attached to it (no em, px, or %, etc.). It's a factor, like
"line-height:2" means set the line height at double. You probably want
something like "line-height:1.5" for your block.

You are now tied for first with me for number of messages posted to this
list for this month (51 apiece, this email is 52 for me). I regret I
will be unable to offer you any more assistance after this email as it
seems to be "enabling" rather than "assisting."

--Bill



-- 
/**
 * Bill Brown
 * TheHolierGrail.com & MacNimble.com
 * From dot concept...to dot com...since 1999.
 ***********************************************/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to