comments in DIV, having trouble. |
![]() ![]() |
comments in DIV, having trouble. |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 89 Joined: Dec 2005 Member No: 338,865 ![]() |
Ok so i've made my comments in the div that's easy.. but i'm familiar with html/css but i cant seem to find out the problem. ok here's the deal... on my comments date/time area... it shows a white background for it.. and it's bugging me to death 'cause it doesn't go with the layout at all.. is there anyway to change it to black or transparent?
MYSPACE MYSPACE MYSPACE MYSPACE IF YOU NEED TO SEE THE CODES I GOT.. IS HERE CODE <style>
.comment{ Comment Formatting (optional) } table table td.text table td.text table table td {visibility:visible;align:left; !important; color:C2B73C;!important; } .comment{ adjust comment date } .blacktext10 {color:F5E74E; background-color:C2B73C; font-size:7px; font-family:arial;border-top-width:1px; border-color:000000;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} .comments {width:px; overflow: none;} .comments table {background-color: 000000;margin-top: -4px;} .comments td {font-color: C2B73C; font-size: 7px; font-family: arial;} table table td.text table td.text tbody table tbody td table td {display: none;} td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:10px;} </style> |
|
|
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Its not that part of the code its this part:
CODE .nametext, .blacktext10 { font-family: arial; text-transform: uppercase; font-size: 10px; font-weight: bold; color: C2B73C; background-color: FBFFF7; border-bottom: 72B234 3pt solid; line-height: 9pt; padding-left: 2px; padding-right: 2px; width: 100%; } Once you find that change it to this: CODE .nametext{ font-family: arial; text-transform: uppercase; font-size: 10px; font-weight: bold; color: C2B73C; background-color: FBFFF7; border-bottom: 72B234 3pt solid; line-height: 9pt; padding-left: 2px; padding-right: 2px; width: 100%; } Then it will make it black, or whatever way you set it to in the code you posted above. Cute layout as usual. |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 89 Joined: Dec 2005 Member No: 338,865 ![]() |
LMAO THANKS. I SHOULD HAVE KNOWN THAT.. BUT WASN'T EVEN THINKING ABOUT IT :D THANKS AMILLION
|
|
|
![]()
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 251 Joined: Oct 2005 Member No: 280,259 ![]() |
sorry that this is off topic lol but your myspace is awsome =)
|
|
|
![]() ![]() |