On Mon, 06 Jun 2005 00:09:46 -0400, Dida Kutz <[EMAIL PROTECTED]> wrote:
Hello all- I recently posted a problem re: IDs- showing a made up
example-and got a number of replies saying they must start with
alphanumeric figures. Thank you; I was sloppy in showing these
numbers as an example. They
#foo { font-size: 2em; }
SOme text
--- Dida Kutz <[EMAIL PROTECTED]> wrote:
> Hello all- I recently posted a problem re: IDs-
> showing a made up
> example-and got a number of replies saying they
> must start with
> alphanumeric figures. Thank you; I was sloppy in
> showing these
> numbers as
the wiki[1] has some good info on "Classes vs IDs", you should have a
read of that first.
If you are sure that you want to use an ID for your h3, do it like this;
My Header
as for the css, there are two ways;
h3#myheaderID {color:black;}
or
#myheaderID {color:black;}
i personally prefer the
Hello all- I recently posted a problem re: IDs- showing a made up
example-and got a number of replies saying they must start with
alphanumeric figures. Thank you; I was sloppy in showing these
numbers as an example. They are auto-assigned in MovableType and do
adhere to specs.
My original probl