A m really a newbie.Got allot of question.....
OK ...my question is...Im USing Mccodes V2 fpr my game...and i want to know how do i change the entire back ground color...i know how to change the color..i want to change the background image..i wann change it..i wanna keep as the background for the entire game...can i keep it like main menu separate and other pages diffrent pics?..Experts please help me .....Post it here which code i should delete and which i should add to make it like my wish
here is my
body {
background-color: #C0C0C0;
margin-top: 0px;
margin-bottom: 0px;
font-family:calibri, helvetica, arial, geneva, sans-serif;font-size:12px;color: black;
scrollbar-base-color: #C0C0C0;
scrollbar-arrow-color: #C0C0C0;
scrollbar-DarkShadow-Color: #C0C0C0;
}
a:visited,a:active,a:hover,a:link { color: black;text-decoration: none; }
table,tr,td { font-family:helvetica, arial, geneva, sans-serif;font-size: 12px; }
img { border:none; }
textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:12px;color: black; }
.table2 {
}
.lgrad {
background-image:url(lgrad.jpg);
background-repeat:repeat-y;
width:19px;
}
.linegrad {
background-image:url(linegrad.PNG);
background-repeat:repeat-y;
background-align: center;
width:2px;
}
.rgrad {
background-image:url(rgrad.jpg);
background-repeat:repeat-y;
width:19px;
}
.dgrad {
background-image:url(dgrad.jpg);
background-repeat:repeat-x;
height:38px;
}
.dgradl {
background-image:url(dgradl.jpg);
background-repeat:no-repeat;
height:38px;
width:38px;
}
.dgradr {
background-image:url(dgradr.jpg);
background-repeat:no-repeat;
height:38px;
width:38px;
}
.center {
width:932px;
background-color:#C0C0C0;
vertical-align:top;
text-align:center;
}
.table {
background-color:#C0C0C0;
}
.table3 {
background-color:#C0C0C0;
}
.table td {
background-color:#C0C0C0;
height:22px;
}
.table3 td {
background-color:#C0C0C0;
}
td .alt {
background-color:#C0C0C0;
height:22px;
}
td .h {
background-image:url(tablehgrad.png);
background-repeat:repeat-x;
font-weight: bold;
background-color: #C0C0C0;
}
.table th {
background-image:url(tablehgrad.png);
background-repeat:repeat-x;
font-weight: bold;
background-color: #C0C0C0;
}
-->
</style></head>
<body>
PlEASE HELP A NEWBIE ;( :P