Re: [css-d] ID styling

2005-06-06 Thread Bjoern Hoehrmann
* Dida Kutz wrote: I KNOW this has to be an easy fix, but still not working, depsite all the suggestions! Here's my HTML (in a Movable Type template): h3 id=a$MTEntryID pad=1$$MTEntryTitle$/h3 and here is my CSS coding for this title header. I can't see that I'm missing a brace or semi-colon . .

RE: [css-d] ID styling

2005-06-06 Thread Steven Costello
Dida, This is where you are missing the curly braces in your CSS file. The first occurrence is in the class list. Here you are missing the ending curly brace. This is what you have: .li { color: #FF; font-family: Verdana, Arial, sans-serif; font-size: 11px; But it