I'm coding a simple website, but I can't get the left sidenbar to also appear on the right.
At the moment, I'm using this code:
The website is so far is
here. Any help on how t do it will help a lot.
Code:
<style type="text/css">
body {
topmargin:0px
leftmargin:89px;
background-image:url(side_left.png);
background-repeat:repeat-y;
background-position:left;
background-color:#1d1d1d;
}
</style>
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Web Design</title>
</head>
<body marginwidth="96" leftmargin="100" rightmargin="100" topmargin="0">
</body>
</html>