Okay So I've been making this layout with div and I tried to center the div and everything and that worked but now I can't get the left and right border to show up.
that's the code I used but for some reason there is no border on the sides where I specified.
Code:
#tie {
height: auto;
margin:auto;
position:relative;
width:900px;
border-left: 1px solid #000;
border-right: 1px solid #000;
background:white;
}
that's the code I used but for some reason there is no border on the sides where I specified.
Last edited by a moderator: