WindInFace
Jan 30th, 2010, 12:36 AM
Hi,
I can't figure this out. mainx works, mainy does not and just uses defaults.
However mainy is a copy/paste of mainx.
[CODE]
<link rel="stylesheet" href="css/OR-KidsWorkerRoster.css" type="text/css">
<body class="mainx">
.mainx {
text-align:center;
background-color:#d0e4fe;
color: black;
padding: 0;
margin: 0";
class="tundra";
}
.mainy {
text-align:center;
background-color:#d0e4fe;
color: black;
padding: 0;
margin: 0";
class="tundra";
}
[CODE]
Thank you in advance for your help!
I can't figure this out. mainx works, mainy does not and just uses defaults.
However mainy is a copy/paste of mainx.
[CODE]
<link rel="stylesheet" href="css/OR-KidsWorkerRoster.css" type="text/css">
<body class="mainx">
.mainx {
text-align:center;
background-color:#d0e4fe;
color: black;
padding: 0;
margin: 0";
class="tundra";
}
.mainy {
text-align:center;
background-color:#d0e4fe;
color: black;
padding: 0;
margin: 0";
class="tundra";
}
[CODE]
Thank you in advance for your help!