CSS Column Outline Help

  • Unknown's avatar

    Hello, I’m trying to figure out another code for adding an outline to Digg 3 Column CSS. I’m looking for the code. If you don’t know what I’m talking about click the link http://i56.tinypic.com/eam8hx.png If you can help me it would be great.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Digg is a little difficult. Give the following a try and see what I mean.

    .pagewrapper {
    border-left: 5px solid #CC0000;
    border-right: 5px solid #CC0000;
    }

    Not how it stops? before the header image? If we add borders to the sides of the header element, it takes away from the open flow across the top where the background shows.

  • The topic ‘CSS Column Outline Help’ is closed to new replies.