Results 1 to 3 of 3

Thread: Css - Total Noobie Here

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Location
    Arizona
    Posts
    3

    Css - Total Noobie Here

    Ok, i want to set the background of my page to #FFAE00 - how to I use these CSS... I just don't get them. I know i will use something like
    Code:
    background-color:#FFAE00
    but I don't know WHERE or how to use CSS's - I need this from the bottom up plz... soemthing to get me started. If you explain the main part of how it works and how to do It i can figure out the rest for fonts n stuff.

    Thx guys
    Think no one cares if your alive? Try missing a few car payments...

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    This is a PHP forum, not CSS.

    You would do it like this:

    Code:
    <html>
    <head>
        <style type="text/css">
            body {
                background-color: #FFAE00;
            }
        </style>
    </head>
    If you want an explaination, search for a tutorial. But if you ask me, it's pretty self-explanitory.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

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