Forums

Extra border in IE6 (2 posts)

  1. johde
    Member
    Posted 3 years ago #

    Hi, please take a look at my page http://www.johde.net. There seems to be anextra border on the right side of my page - all the way from header to footer. This is not visible in all browsers but at least it is in IE6. I have tried almost everything in CSS but don't just get it right. Anyone solved something like this already? Thanks!

  2. nex2nun
    Member
    Posted 3 years ago #

    There may be an open selector within your stylesheet.

    #page {
            background-color: white;
            border: 0px
            text-align: left;
            }

    Simply close the "border" selector and see if that removes the border.

    #page {
            background-color: white;
            border: 0px;
            text-align: left;
            }

    Hope this helps!
    Derek M.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.