Results 1 to 5 of 5

Thread: CSS help needed

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    CSS help needed

    i want the "regular text" of my page to have 8pt in size and to have color #696969..i've tried to put the following:
    Code:
    body
    {
        color:#696969;font-family:Verdana; font-size:8pt;
    }
    for the color and font it works just fine but to the font size it doesnt..what am i doing wrong?
    \m/\m/

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Is the text inside any other tag, like span or td? I know that if you just set it to the body, and then have text within a table cell, it will control the font but not the size in IE.

    Post the code around the text that isn't sizing properly and maybe we could figure it out.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    ah yea its inside tag and cells! that should be the problem..ill try to fix it up

    tks!
    \m/\m/

  4. #4
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Usually, I just do this:

    Code:
    body, td
    {
        color:#696969;font-family:Verdana; font-size:8pt;
    }
    And that will set the default for the body and table elements.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  5. #5

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    ahh that rules
    \m/\m/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width