Help - Search - Members - Calendar
Full Version: why...
Forums > Resource Center > Support Center > MySpace Support
AileenWitIt
Hi, I'm editing a band layout, and this is kindda getting on my nerves. The comment section is on the left side instead of right. Is that a default for band profiles?

here's my code:
CODE
<style>
body{
background-color: 000000;
background-repeat: no-repeat; background-position: bottom center; background-image: url(http://i28.tinypic.com/2w34xo8.jpg); text-align: center; background-attachment: fixed;
font-family: arial;
font-size: 8pt;
font-color:2b2b2b;
}


table, tr, td {background:transparent; border:0px; text-align: center;}
table table table {background-color:181818;}
table table table {
border-width:3px;
border-color:646464;
border-style:solid;
text-align: center;
}

table table table {width:100%;}
table table td.text table {width:100%;}
table table td.text table, table table td.text table td {width:100%;}

table table table table {border:0px;}

td, span, div, a, table td div div font,
div table tr td font {font-family:arial !important;}
td, span, div, input, textarea, table td div div font,div table tr td font {color:797979!important; font-size:8pt !important;}

.redtext, .redbtext, .btext, .text {color:797979!important; font-size:8pt !important;}

.nametext, .whitetext12, .orangetext15, .blacktext12, .blacktext12 span, .blacktext10 {color:617223 !important; font-size:15pt !important;background-color:;display:block;padding:;letter-spacing:-1px;font-family:arial!important;line-height:14pt;text-transform:lowercase;}

.lightbluetext8, {background-color: 617223 ; color:000000!important; font-size:8pt !important;display:block;letter-spacing:-1px;font-family:arial!important;line-height:10pt;text-transform:lowercase;}

a {color:797979!important; font-size:8pt !important;text-decoration:none !important; text-transform:none !important; font-weight:bold !important; font-style:normal !important; font-family:arial !important;}

a:hover {color:2b2b2b!important; text-decoration:none !important; text-transform:none !important; font-weight:bold !important; font-style:bold !important;background-color:; font-family:arial !important; font-size:13pt !important;line-height:14pt;text-transform:lowercase;letter-spacing:-1px;}

img {border:0px;}
.blacktext10 {
border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;border-color:fff; border-style:solid; display:block; width:260px;}
</style>

<style>
.contactTable {
width:300px !important; height:150px !important; padding:0px !important;
background-image:url(http://i26.tinypic.com/25hzj8l.jpg);
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contactTable .whitetext12 {display:none;}
</style>



and here's a screenshot:
click to enlarge
Mike
Replace your codes with this:

CODE
<style>
body{
background-color: 000000;
background-repeat: no-repeat; background-position: bottom center; background-image: url(http://i28.tinypic.com/2w34xo8.jpg); text-align: center; background-attachment: fixed;
font-family: arial;
font-size: 8pt;
font-color:2b2b2b;
}


table, tr, td {background:transparent; border:0px; text-align: center;}
table table table {background-color:181818;}
table table table {
border-width:3px;
border-color:646464;
border-style:solid;
text-align: center;
}

table table table {width:100%;}
table table td.text table {width:100%;}
table table td.text table, table table td.text table td {width:100%;}

table table table table {border:0px;}

td, span, div, a, table td div div font,
div table tr td font {font-family:arial !important;}
td, span, div, input, textarea, table td div div font,div table tr td font {color:797979!important; font-size:8pt !important;}

.redtext, .redbtext, .btext, .text {color:797979!important; font-size:8pt !important;}

.nametext, .whitetext12, .orangetext15, .blacktext12, .blacktext12 span, .blacktext10 {color:617223 !important; font-size:15pt !important;background-color:;display:block;padding:;letter-spacing:-1px;font-family:arial!important;line-height:14pt;text-transform:lowercase;}

.lightbluetext8, {background-color: 617223 ; color:000000!important; font-size:8pt !important;display:block;letter-spacing:-1px;font-family:arial!important;line-height:10pt;text-transform:lowercase;}

a {color:797979!important; font-size:8pt !important;text-decoration:none !important; text-transform:none !important; font-weight:bold !important; font-style:normal !important; font-family:arial !important;}

a:hover {color:2b2b2b!important; text-decoration:none !important; text-transform:none !important; font-weight:bold !important; font-style:bold !important;background-color:; font-family:arial !important; font-size:13pt !important;line-height:14pt;text-transform:lowercase;letter-spacing:-1px;}

img {border:0px;}
.blacktext10 {
border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;border-color:fff; border-style:solid; display:block; width:260px;}
</style>

<style>
.contactTable {
width:300px !important; height:150px !important; padding:0px !important;
background-image:url(http://i26.tinypic.com/25hzj8l.jpg);
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contactTable .whitetext12 {display:none;}

.friendsComments {position:relative; margin-left:321px; _margin-left:334px!important; width:450px;}
</style>
AileenWitIt
Thanks, that worked. I just had to play around with the code you added at the bottom.

But why do I have to manually position it?
Shouldn't it automatically align or is there something wrong in my code that threw it off?
Mike
I'm not really sure, to be honest. It might just be one of the table codes you have somewhere in the middle.
AileenWitIt
Actually, I just figured out band lyts have the cmt section centered.
There's something I didn't know.

Anyway, I just read through that whole topic on making a band lyt but there are some things I don't understand. Can I PM you or should I just post a new topic? In case someone has the same question...
Mike
Just ask here since it's already your topic, or you can ask on the tutorial topic itself.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.