Re: [css-d] Internal style not honored

2007-01-10 Thread Gunlaug Sørtun
Diane Ross wrote: > Apparently I don't understand @import. I used GoLive to set the > @import and assumed it would work when uploaded. Until I get that > fixed, the css can be found here. Centering is in style. > > Ok, I downloaded the...

Re: [css-d] Internal style not honored

2007-01-10 Thread Diane Ross
On 1/10/07 2:06 PM, "Gunlaug Sørtun" <[EMAIL PROTECTED]> wrote: > Both the validator and my browsers respond with "No style sheet found" > since you're importing local CSS files - not online CSS, so there isn't > much we can do to check what's going on. > Apparently I don't understand @import. I

Re: [css-d] Internal style not honored

2007-01-10 Thread Gunlaug Sørtun
Diane Ross wrote: > In my external style sheet I have h2 as text-align: center. On one > page I want h2 text-align: left. It is not aligning left. What did I > do wrong? I tried making a div specific h2, but that didn't work > either. > >

[css-d] Internal style not honored

2007-01-10 Thread Diane Ross
In my external style sheet I have h2 as text-align: center. On one page I want h2 text-align: left. It is not aligning left. What did I do wrong? I tried making a div specific h2, but that didn't work either. I used the same code on both pages but it doesn't work on this page. The only thing that