Log In · Register

 
 
Closed TopicStart new topic
Can someone tweak a Myspace layout code for me?, help
Cera
post Mar 14 2006, 02:22 PM
Post #1


Lover
***

Group: Member
Posts: 30
Joined: Jun 2005
Member No: 150,298



I'm keeping up a myspace band profile for a band, and they want to keep the layout i have, but change the color of the type and links.

i would do this myself but since the font is imbedded in the code, and i don't speak html...

can someone do this for me?
or tell me how?
whichever is easier for you...

thank you for your time.
 
Aquaheart
post Mar 14 2006, 02:24 PM
Post #2


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



post your code. and im not quite sure what you want to change?? the link color orrrrrr. the background color?? orrr the font color? there are so manyt hings to change XD
 
Cera
post Mar 14 2006, 02:27 PM
Post #3


Lover
***

Group: Member
Posts: 30
Joined: Jun 2005
Member No: 150,298



CODE
<style type="text/css">
body {
    background-color: rgb(255, 255, 255);
    background-image: url(http://www.gazzump.com/graphics/layouts/2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
table, tr, td {
    background-color: transparent;
    border: 0px;
    }

table table {
    border: 0px;
    }
table table table table{
    border:0px;
    }
table table table {
    border-width: 1px;
    border-color: rgb(100, 102, 102);
    border-style: dashed;
    background-color: transparent;
    }
table table table td {
    background-color: rgb(196, 163, 128);
    filter:alpha(100);
    -moz-opacity:1;
    opacity:1;
    -khtml-opacity:1;
    }
<style type="text/css">
body {
    background-color: rgb(255, 255, 255);
    background-image: url(http://www.gazzump.com/graphics/layouts/2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
table, tr, td {
    background-color: transparent;
    border: 0px;
    }

table table {
    border: 0px;
    }
table table table table{
    border:0px;
    }
table table table {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dotted;
    background-color: transparent;
    }
table table table td {
    background-color: transparent;
    filter:alpha(100);
    -moz-opacity:1;
    opacity:1;
    -khtml-opacity:1;
    }
table table table table td {
    filter:none;
    }</style><div class="badge"><a href="http://www.gazzump.com/"><img src="http://www.gazzump.com/support.gif" alt="MySpace Layouts" border="0" /></a></div><style type="text/css">
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: rgb(101, 153, 98);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
.nametext {
    padding: 5px;
    font-family: Trebuchet MS;
    font-size: 14px;
    color: rgb(154, 167, 121);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    display: block;
    }
.whitetext12, .orangetext15 {
    font-family: Trebuchet MS;
    font-size: 13px;
    color: rgb(161, 175, 135);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(90, 156, 153);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
a.navbar:hover, a.man:hover, a:hover {
    color: rgb(135, 130, 105);
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    }
.badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
</style>
<div style="position:absolute;left:0px;top:0px;"><center><a href="http://www.gazzump.com/"><img src="http://www.gazzump.com/support.gif" alt="MySpace Layouts" border="0" /></a></div>
<a href="http://www.gazzump.com/"></a></center><br><br><br>


This ^^ is the code i have now.
the request is to change the links to Blue
and the normal type to Red. (instead of the green tones they are now.)

these are the colors for the Band's site motif.
thank you again for your time.
 
Aquaheart
post Mar 14 2006, 02:35 PM
Post #4


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



CODE
<style type="text/css">
body {
background-color: rgb(255, 255, 255);
background-image: url(http://www.gazzump.com/graphics/layouts/2.jpg);
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
}
table, tr, td {
background-color: transparent;
border: 0px;
}

table table {
border: 0px;
}
table table table table{
border:0px;
}
table table table {
border-width: 1px;
border-color: rgb(100, 102, 102);
border-style: dashed;
background-color: transparent;
}
table table table td {
background-color: rgb(196, 163, 128);
filter:alpha(100);
-moz-opacity:1;
opacity:1;
-khtml-opacity:1;
}
<style type="text/css">
body {
background-color: rgb(255, 255, 255);
background-image: url(http://www.gazzump.com/graphics/layouts/2.jpg);
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
}
table, tr, td {
background-color: transparent;
border: 0px;
}

table table {
border: 0px;
}
table table table table{
border:0px;
}
table table table {
border-width: 1px;
border-color: rgb(255, 255, 255);
border-style: dotted;
background-color: transparent;
}
table table table td {
background-color: transparent;
filter:alpha(100);
-moz-opacity:1;
opacity:1;
-khtml-opacity:1;
}
table table table table td {
filter:none;
}</style><div class="badge"><a href="http://www.gazzump.com/"><img src="http://www.gazzump.com/support.gif" alt="MySpace Layouts" border="0" /></a></div><style type="text/css">
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
font-family: Trebuchet MS;
font-size: 11px;
color: red;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.nametext {
padding: 5px;
font-family: Trebuchet MS;
font-size: 14px;
color: red;
font-weight: bold;
font-style: normal;
text-decoration: none;
display: block;
}
.whitetext12, .orangetext15 {
font-family: Trebuchet MS;
font-size: 13px;
color: red;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
color: blue;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
a.navbar:hover, a.man:hover, a:hover {
color: blue;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}
.badge {
position: absolute;
left: 1px;
top: 1px;
}
</style>
<div style="position:absolute;left:0px;top:0px;"><center><a href="http://www.gazzump.com/"><img src="http://www.gazzump.com/support.gif" alt="MySpace Layouts" border="0" /></a></div>
<a href="http://www.gazzump.com/"></a></center><br><br><br>


there. :]
all i did was change anything that said COLOR to the color i wanted. if it says anything with link, thats your link color.. and everything else is your text colors. search tutroaisl on here for more info.
 
Cera
post Mar 14 2006, 02:36 PM
Post #5


Lover
***

Group: Member
Posts: 30
Joined: Jun 2005
Member No: 150,298



i'm seriously going to have to start figuring this out for myself...

thank you very much for your help.
i'll learn what i can from that for now.

:)
 

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