Can't get a bg to work

Discussion in 'CSS' started by LanceT, Feb 1, 2007.

  1. #1
    I want to make a div that has a 3-pixel border around all edges that has the color #000000

    how do i do this?
     
    LanceT, Feb 1, 2007 IP
  2. unitedrokz

    unitedrokz Peon

    Messages:
    86
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <style type="text/css">
    #divname {border: solid 3px #000000;}
    </style>
     
    unitedrokz, Feb 1, 2007 IP