Viewing 2 replies - 1 through 2 (of 2 total)
  • the correct way of adding the border is by CSS

    please try this if you have little idea about CSS,

    in your style.css make changes to the classes and ids in which you want to add border.

    #id or .class{
    border:width of the border    type of border         #color;
    }

    Hey mattvereb,

    In your site, you can add this code in your style.css
    .sidebars{border: 2px solid red;}
    just for example, that’s a border for your sidebar, you can experiment the color. Firebug plugin from firefox might help too

    Greetings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixing My Border’ is closed to new replies.