Column Border Color in Dreamweaver

Discussion in 'HTML & Website Design' started by WACMan, Dec 3, 2006.

  1. #1
    I have got a 2 column - 1 row table created in Dreamweaver and would like to put a color border around just 1 column.

    Possible?
     
    WACMan, Dec 3, 2006 IP
  2. smallbuzz

    smallbuzz Peon

    Messages:
    125
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's not possible.
    Make 2 tables, 1 for each column. Then you can mess with the table border.
     
    smallbuzz, Dec 3, 2006 IP
  3. WACMan

    WACMan Peon

    Messages:
    253
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank You!

    I should have thought of that...maybe time for a break. :p
     
    WACMan, Dec 3, 2006 IP
  4. Luke

    Luke Peon

    Messages:
    111
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <td style="border-color:blue;border-style:solid solid solid solid;border-width:1px;">

    border-color modifies what color the border will be.

    border-style modifies which lines will be present around the border.

    and border-width defines how think the line will be.

    Just incase you ever need to do it for any reason :)
     
    Luke, Dec 4, 2006 IP