• Resolved davincim

    (@davincim)


    I want a border to appear around my blog’s container. I’ve used this code in my stylesheet:

    #container {
    width:690px;
    margin:0 auto;
    padding:30px 30px 0 30px;
    text-align:left;
    border: 1px solid #999;

    The border shows up everywhere but on the top and I don’t understand why. I’d appreciate any help from any of you CSS experts out there. ??

    Forgot this: https://www.familywebwatch.com/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • From your spring_flavour.css:
    #container {
    padding-top:0;
    border-top:30px solid white;
    background:white url(images/spring_flavour/container_bg.gif) 500px 0px repeat-y;
    }

    Thread Starter davincim

    (@davincim)

    Thanks, Evita! Your guidance helped me narrow in on a solution. ??

    I’m glad I could help. Please mark this post as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Having trouble getting top border to show’ is closed to new replies.