The CSS editor on MFC! is the wildest thing i've ever seen!! No matter how many different links i try to help me edit my profile is wrong...i'm trying to insert pictures onto my profile also along with a back ground pic....i have no I idea what i'm doing wrong!! And it wont register a / i even tried / !
[this is the layout they give you, i already inserted what i think is right. could you check if it's right?]
a:link,a:active,a:hover {
color:#00FF00;
}
a:visited {
color:#00FF00;
}
body { ****how do i insert background pic??****
background-color: #000000;
background-position: centered;
background-attachment: fixed-into-place;
background-repeat: no-repeat; *****not sure if this is all right****
}
body,td {
color: #00FFFF;
font-family: 'Comic-Sans'; (? doesn't come up as Comic Sans)
font-weight: normal;
font-style: normal;
font-size: 12px;
}
td .clock { font-size:9px; }
.container_padding {
padding: 5px;
height: 100%;
}
.container_transparency {
height:100%;
width:100%;
background-color:transparent; (?)
filter:alpha(opacity=100);
}
.container {
color: #BB0000;
position:relative;
border: px #;
padding: 5px;
height: 100%;
background-color:transparent;
}
.container .heading {
padding: 5px;
background-color: #000000;
color: #FF00CC;
font-family: 'Comic-Sans-MS'; (?)
font-weight: normal;
font-style: normal;
font-size: 14px;
}
.content { *****not sure, but i think this is where i enter the code to insert a pic
padding:5px; I don't know what the code would be either*****
}
[this is the layout they give you, i already inserted what i think is right. could you check if it's right?]
a:link,a:active,a:hover {
color:#00FF00;
}
a:visited {
color:#00FF00;
}
body { ****how do i insert background pic??****
background-color: #000000;
background-position: centered;
background-attachment: fixed-into-place;
background-repeat: no-repeat; *****not sure if this is all right****
}
body,td {
color: #00FFFF;
font-family: 'Comic-Sans'; (? doesn't come up as Comic Sans)
font-weight: normal;
font-style: normal;
font-size: 12px;
}
td .clock { font-size:9px; }
.container_padding {
padding: 5px;
height: 100%;
}
.container_transparency {
height:100%;
width:100%;
background-color:transparent; (?)
filter:alpha(opacity=100);
}
.container {
color: #BB0000;
position:relative;
border: px #;
padding: 5px;
height: 100%;
background-color:transparent;
}
.container .heading {
padding: 5px;
background-color: #000000;
color: #FF00CC;
font-family: 'Comic-Sans-MS'; (?)
font-weight: normal;
font-style: normal;
font-size: 14px;
}
.content { *****not sure, but i think this is where i enter the code to insert a pic
padding:5px; I don't know what the code would be either*****
}