How do I change the appearance of the borders of my layers in dreamweaver 8?

Discussion in 'HTML & Website Design' started by rbf738, Aug 28, 2008.

  1. #1
    When I put down a layer it always has the same border, I want to either make the borders invisible out of the program so you can't tell there is a layer there encasing everything I put in it once I publish it to the net...or make the border into dotted lines, or just something different. Anyone know how to do it?
     
    rbf738, Aug 28, 2008 IP
  2. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    Change your style for the border?

    border: 50px dashed white;

    or

    border-left*: 50px dashed white;

    * = left, right, top, bottom



    ?
     
    DREAM SIZE, Aug 28, 2008 IP