Log In · Register

 
 
Closed TopicStart new topic
background color, side color
goober13
post May 27 2006, 01:15 PM
Post #1


Senior Member
***

Group: Member
Posts: 52
Joined: Feb 2004
Member No: 2,610



hello
we'll i've been struggling with changing the background color of my myspace.

i hope you dont get confused of what im trying to say.

i just want the sides changed:



and i use the following skinny profile code. ive been using it for a while, and it gives me no trouble..i just cant seem to make it do what i want for the background. when i put in the background color, it makes the ENTIRE background color change. again, i just want the sides a different color. with me?

thank you for your time

CODE
<!-- begin code provided by createblog.com -->



<style type="text/css">

table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image: url("BACKGROUND HERE");
    background-attachment:fixed;
    background-repeat: repeat;
    background-position:bottom left;
    background-color:COLOR HERE; }


table table { border: 0px }
table table table table{border:0px}
table table table {
border-style:solid;
border-width:1px;
border-color:COLOR HERE;
background-color:COLOR HERE;
      }
TABLE, TD {background-color:transparent;border:none; border-width: 0px; color:COLOR HERE; font: normal 8px FONT HERE; padding: 0px; text-transform: uppercase; width:350px; text-align:justify;}

TABLE TABLE {background-color:transparent;border: none;color:COLOR HERE; font: normal 8px FONT HERE; padding: 0px; text-transform: uppercase; text-align:justify;}

TABLE TABLE TABLE {background-color:COLOR HERE;border: 1pt solid;border-color:COLOR HERE;font: bold 8px FONT HERE; height: .01%; width: 100%; padding: 1px; text-transform: uppercase; text-align:justify;}

TABLE TABLE TABLE TABLE {background-color:transparent;border:none;color:COLOR HERE; font: bold 8px FONT HERE; padding: 0px; text-transform: uppercase; text-align:justify;}
TABLE TABLE TABLE TABLE TABLE {background-color:transparent; border:none; color:COLOR HERE; font: normal 8px FONT HERE; padding: 0px; text-transform: uppercase; }

TABLE TABLE TABLE TABLE TABLE TABLE {background-color:transparent; border:none; font: bold 8px FONT HERE; padding: 0px; text-transform: uppercase; }

TD TD {text-align: normal;}
TD TD TD {text-align: normal;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:justify;}
TD TD TD TD TD {border-top: 1px solid COLOR HERE; text-align:justify;}
TD TD TD TD TD TD {border: 0px solid;}
table table td.text table td.text table table tbody td table, span.btext {display: }
img {filter: progid:DXImageTransform.Microsoft.BasicImage(color=1);  border: 1;}

BODY { scrollbar-3dlight-color:COLOR HERE;
           scrollbar-arrow-color:COLOR HERE;
           scrollbar-base-color:COLOR HERE;
           scrollbar-track-color:COLOR HERE;
           scrollbar-darkshadow-color:COLOR HERE;
           scrollbar-face-color:COLOR HERE;
           scrollbar-highlight-color:COLOR HERE;
           scrollbar-shadow-color:COLOR HERE;}



table, td, p, span, li, strong, div{color: COLOR HERE; font-family:FONT HERE; text-transform: lowercase; font-size: 8pt;letter-spacing:0px; font-weight:normal;}

.blacktext10{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration:none; font-size: 8pt;font-weight:normal; }



.blacktext12 {color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight:normal;}

.btext{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 8pt; font-weight:bold;letter-spacing:;}



.nametext{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 28pt;font-weight:bold;letter-spacing:-0.3em;border: 1px solid COLOR HERE; letter-spacing:4px; line-height:25px;background-color:COLOR HERE;
display: block;}



.redbtext{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: uppercase; text-decoration: none; font-size: 8pt; font-weight:bold;letter-spacing:;}


.redtext{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight:normal;}

.redtext8{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: lowercase; text-decoration: none;  font-size: 8pt;font-weight:normal;}


.whitetext12{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: lowercase; text-decoration: none; font-size: 14pt;font-weight:bold; border: 1px solid COLOR HERE; letter-spacing:2px; line-height:25px;background-color:COLOR HERE;
display: block;}

.lightbluetext8 {font-family:FONT HERE; font-size: 16pt; color: COLOR HERE; font-weight: bold; }

.orangetext15 {font-family: FONT HERE; font-size: 16pt; color: COLOR HERE; font-weight: bold; border: 1px solid COLOR HERE; letter-spacing:2px; line-height:25px;background-color:COLOR HERE;
display: block;}


.text {font-family: FONT HERE; font-size: 8pt; color: COLOR HERE; }


a:link{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt;font-weight:bold;letter-spacing:;}

a:visited{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt; font-weight:bold;letter-spacing:;}

a:active{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt;font-weight: bold }

a:hover{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight: bold}


a.navbar{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 15pt; }font-weight: bold}

a.navbar:link{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 15pt; font-weight: bold}

a.navbar:active{color:COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 15pt;border: 1px solid; border-color:COLOR HERE; background-color: COLOR HERE;font-weight: bold}

a.navbar:visited{color:COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 15pt;font-weight: bold}

a.navbar:hover{ color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none;  font-size: 15pt;border: 1px solid; border-color:COLOR HERE; background-color: COLOR HERE; font-weight: bold}


</style>


<!-- end code provided by createblog.com -->
 
*This Confession*
post May 27 2006, 03:23 PM
Post #2





Guest






table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image: url("BACKGROUND HERE");
background-attachment:fixed;
background-repeat: repeat;
background-position:bottom left;
background-color:COLOR HERE; }


chnage the COLOR HERE to a hex code..
it should work. o_O
 
goober13
post May 28 2006, 07:02 PM
Post #3


Senior Member
***

Group: Member
Posts: 52
Joined: Feb 2004
Member No: 2,610



not quite

it still changes the entire background
 
*This Confession*
post May 28 2006, 07:15 PM
Post #4





Guest






oh you want it to change only the sides


sorry about that laugh.gif
here

CODE
<style>body{
background:000000;</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: