Log In · Register

 
why...
AileenWitIt
post Aug 17 2009, 11:51 PM
Post #1


AileenWitIt
**

Group: Member
Posts: 28
Joined: Jul 2009
Member No: 738,879



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:
 
 
Start new topic
Replies (1 - 4)
Mickey
post Aug 18 2009, 08:36 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



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
post Aug 18 2009, 01:26 PM
Post #3


AileenWitIt
**

Group: Member
Posts: 28
Joined: Jul 2009
Member No: 738,879



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?
 
AileenWitIt
post Aug 19 2009, 11:40 AM
Post #4


AileenWitIt
**

Group: Member
Posts: 28
Joined: Jul 2009
Member No: 738,879



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...
 
Mickey
post Aug 19 2009, 11:52 AM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Just ask here since it's already your topic, or you can ask on the tutorial topic itself.
 

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