lizard81288
New member
ok, i was doing it right, then i realized forgot to put a " at the end of id=. so i fixed it, pressed F5 in my browser, and everything is messed up now. before i fixed it, everything was working. i even deleted what i fixed, and it still doesn't work now. 
so heres the code for CSS:
body {margin: 0px;
font-family: Arial, Helvetica, sans-serif;
background-color: white;
background-image: url(body.jpg);
background-repeat: repeat-y;
}
#column1 {width:140px;
padding-left:10px;
padding-top:20;
float:left;
margin:left
}
#column2 {
width:40%;
float:left;
margin:left;
border-left:1px solid black;
border-right:1px solid black;
}
#column3 {
width:40%;
float:left;
margin:left;
}
h1 {
text-align: center;
height:100px;
width:0px;
background-color: white;
background-image: url(h1back.jpg);
background-repeat: repeat-x;
border-bottom:1px solid black;
}
h2{
text-indent: 30px;
color:white;
background-color:rgb(108, 87, 12);
letter-spacing:8pt;
margin:0px;
font-variant:small-caps;
}
h3{
margin-left:10px;
}
p {
margin-left:10px;
margin-top:10px;
margin-right:20px;
margin-bottom:20px;
}
blockquote {
width:200px;
padding:10px;
font-size:16pt;
color:white;
border:3px solid black;
background-color:rgb(255,204,0);
background-image: url(back.jpg);
background-repeat: repeat-x;
margin:5px;
margin-right:10pt;
float:right;
}
a {
display:block;
padding:2px;
margin-left:0px;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
font-size:10pt;
text-decoration:none;
border: 1px solid black;
background-color:rgb(255, 255, 192);
}
address{
text-align: center;
font-size:10pt;
font-style: normal;
background-color: white;
padding:10px;
border-top:1px solid black;
clear:both;
}
found it! i had a random / through my .css name. i have no idea how that got there.

so heres the code for CSS:
body {margin: 0px;
font-family: Arial, Helvetica, sans-serif;
background-color: white;
background-image: url(body.jpg);
background-repeat: repeat-y;
}
#column1 {width:140px;
padding-left:10px;
padding-top:20;
float:left;
margin:left
}
#column2 {
width:40%;
float:left;
margin:left;
border-left:1px solid black;
border-right:1px solid black;
}
#column3 {
width:40%;
float:left;
margin:left;
}
h1 {
text-align: center;
height:100px;
width:0px;
background-color: white;
background-image: url(h1back.jpg);
background-repeat: repeat-x;
border-bottom:1px solid black;
}
h2{
text-indent: 30px;
color:white;
background-color:rgb(108, 87, 12);
letter-spacing:8pt;
margin:0px;
font-variant:small-caps;
}
h3{
margin-left:10px;
}
p {
margin-left:10px;
margin-top:10px;
margin-right:20px;
margin-bottom:20px;
}
blockquote {
width:200px;
padding:10px;
font-size:16pt;
color:white;
border:3px solid black;
background-color:rgb(255,204,0);
background-image: url(back.jpg);
background-repeat: repeat-x;
margin:5px;
margin-right:10pt;
float:right;
}
a {
display:block;
padding:2px;
margin-left:0px;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
font-size:10pt;
text-decoration:none;
border: 1px solid black;
background-color:rgb(255, 255, 192);
}
address{
text-align: center;
font-size:10pt;
font-style: normal;
background-color: white;
padding:10px;
border-top:1px solid black;
clear:both;
}
found it! i had a random / through my .css name. i have no idea how that got there.