Here is a possibly easy question…
I thought I figured it our but no…
Here is my site login
http://www.exegeticacademy.us/class
that will take you to login
the “form” is currently balnk no color… it was a bright blue… doesnt work for me…
I would like to add an image as background
here is my style.css I thought by changing the background-color “#e2eefa” to what is there now background:url(“url”) would work i tried background-image url:(“url”) as well …
[code]html, body {
margin: 0px;
margin-top: 10px;
padding: 0px;
border: 0px;
font-family:Arial, Helvetica, sans-
serif;
font-size:12px;
}
a img {
border:0;
}
form {
padding: 10px;
background:url(‘images/tblbkgd.jpg’);
border:
#B1C3D9 1px solid;
margin: 50px auto 0px;
width: 250px;
}
.admin_tabel {
padding: 10px;
background:url
(‘images/tblbkgd.jpg’);
border: #B1C3D9 1px solid;
width: 900px;
}
.tabel_header, .tabel_header:hover {
background-
color: #999999;
}
}
h1 {
font-size: 20px;
margin-top:0px;
text-align:center;
}
a:link, a:visited,
a:active {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.red {
font-weight:bold;
color:#FF0000;
}
.field {
width: 200px;
}
.label {
height:14px;
margin-top:5px;
margin-bottom: 2px;
text-align:left;
font-weight:bold;
}
.button {
float:right;
}
.right {
text-align:right;
margin:10px;
}
.center {
text-align:center;
}[/code]