Newbie needs expert advice - Macromedia Dreamweaver
This is a discussion on Newbie needs expert advice - Macromedia Dreamweaver ; Hi folks, I am building a site here www.morayrugbyclub.co.uk which looks
fine in FF but in IE the Moray Rugby Club header appears cut off. Anyone got
any ideas as to what is wrong
Many thanks
Judy...
-
Newbie needs expert advice
Hi folks, I am building a site here www.morayrugbyclub.co.uk which looks
fine in FF but in IE the Moray Rugby Club header appears cut off. Anyone got
any ideas as to what is wrong
Many thanks
Judy
-
Re: Newbie needs expert advice
You set the line-height here:
#main {
margin:0 auto;
font:normal 11px Tahoma;
line-height:18px;
Then in an embedded style you set the font size to double the line
height:.style2 { font-size: 36px;See the problem?
--
Walt
"Judy" <someone@microsoft.com> wrote in message
news:gf78jm$3qf$1@forums.macromedia.com...
> Hi folks, I am building a site here www.morayrugbyclub.co.uk which looks
> fine in FF but in IE the Moray Rugby Club header appears cut off. Anyone
> got any ideas as to what is wrong
> Many thanks
> Judy
>
-
Re: Newbie needs expert advice
Yes I do! thanks for that
"Walt F. Schaefer" <walt@waltswebworx.com> wrote in message
news:gf7oq1$npm$1@forums.macromedia.com...
> You set the line-height here:
> #main {
> margin:0 auto;
> font:normal 11px Tahoma;
> line-height:18px;
> Then in an embedded style you set the font size to double the line
> height:.style2 { font-size: 36px;See the problem?
> --
>
> Walt
>
>
> "Judy" <someone@microsoft.com> wrote in message
> news:gf78jm$3qf$1@forums.macromedia.com...
>> Hi folks, I am building a site here www.morayrugbyclub.co.uk which looks
>> fine in FF but in IE the Moray Rugby Club header appears cut off. Anyone
>> got any ideas as to what is wrong
>> Many thanks
>> Judy
>>
>
>
-
Re: Newbie needs expert advice
You're welcome
--
Walt
"Judy" <someone@microsoft.com> wrote in message
news:gf90aq$et3$1@forums.macromedia.com...
> Yes I do! thanks for that
>
> "Walt F. Schaefer" <walt@waltswebworx.com> wrote in message
> news:gf7oq1$npm$1@forums.macromedia.com...
>> You set the line-height here:
>> #main {
>> margin:0 auto;
>> font:normal 11px Tahoma;
>> line-height:18px;
>> Then in an embedded style you set the font size to double the line
>> height:.style2 { font-size: 36px;See the problem?
>> --
>>
>> Walt
>>
>>
>> "Judy" <someone@microsoft.com> wrote in message
>> news:gf78jm$3qf$1@forums.macromedia.com...
>>> Hi folks, I am building a site here www.morayrugbyclub.co.uk which looks
>>> fine in FF but in IE the Moray Rugby Club header appears cut off. Anyone
>>> got any ideas as to what is wrong
>>> Many thanks
>>> Judy
>>>
>>
>>
>
>