Combat Babe
05-02-2005, 03:10 AM
I'm doing a school project that requires a webpage, and I've never really done what I'm trying to do before. I have to have this done by tonight, so any quick help would be really helpful. Here is the page: http://www.erstwhilemoments.belike.net/Tiger Project/index.htm See the leaves? They aren't aligning properly, and I don't know how to fix it. Here is the css I have:
body {
background-image: url('tigerbg.gif');
bacground-position: 370px 0px;
background-repeat: repeat-y;
font family: Garamond, Book Antiqua, Arial;
font-size: 10pt;
color: #000000;
background-color: #cc6600;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
a {
font-weight: bold;
color: #ffffff;
text-decoration: none;}
a:hover {
font-weight: bold;
color: #000000;
font-size: 11pt;
text-decoration: none;
cursor: help; }
a:visited{
font-weight: bold;
color: #ffffff;
text-decoration: none;
cursor: help; }
.head {
letter-spacing: 2px;
text-align: center;
font-weight: bold;
padding: 1px;
color: #ffffff;
border: 0px}
.con {
padding: 3px; }
How do I make it work???? Any help is greatly appreciated.
body {
background-image: url('tigerbg.gif');
bacground-position: 370px 0px;
background-repeat: repeat-y;
font family: Garamond, Book Antiqua, Arial;
font-size: 10pt;
color: #000000;
background-color: #cc6600;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
a {
font-weight: bold;
color: #ffffff;
text-decoration: none;}
a:hover {
font-weight: bold;
color: #000000;
font-size: 11pt;
text-decoration: none;
cursor: help; }
a:visited{
font-weight: bold;
color: #ffffff;
text-decoration: none;
cursor: help; }
.head {
letter-spacing: 2px;
text-align: center;
font-weight: bold;
padding: 1px;
color: #ffffff;
border: 0px}
.con {
padding: 3px; }
How do I make it work???? Any help is greatly appreciated.