Results 1 to 3 of 3

Thread: Default Text Colour

  1. #1
    Join Date
    Sep 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Default Text Colour

    Hey.
    I'm new to css and am confused a bit.
    I know how to apply styles to text in my pages that are <p>
    or <li> or links...

    But I have some information on my pages that is generated without <p>
    How can I set default text styles?

  2. #2
    Join Date
    Apr 2006
    Posts
    190
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default

    Same way you do with <P> or <LI> just use body

    Code:
    body {
    	color: Black;
    }
    Ryan
    Sevierville, TN

  3. #3
    Join Date
    Sep 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking

    *stupid moment*
    ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

Bookmarks

Posting Permissions

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