PDA

View Full Version : Help w/ Myspace Code


erkstuh
September 13th, 2008, 07:09 AM
http://i35.tinypic.com/25h2sso.png

How do you hide the blue bar & text on the CONTACT TABLE? I have it hidden on the interests already.

So the blue bar the 'Contacting Crunk Quotes'

:-|

stoplightt
September 13th, 2008, 07:14 AM
<style type="text/css">
.whitetext12 {
background-color:tranpsarent;
}
</style>

see if that works.

erkstuh
September 13th, 2008, 07:17 AM
noooooope. :/

TaintedPearls
September 13th, 2008, 07:23 AM
will see if i can find it.

is this the one u mean:

.contactTable table, table.contactTable td { padding:0; border:0; background-color:transparent; background-image:none;}

mrs brightside
September 13th, 2008, 07:34 AM
<style>.contactTable .whitetext12 {display:none;}</style>

TaintedPearls
September 13th, 2008, 07:37 AM
combine the code i posted and the one tonya gave to get what u need because i only gave the one that hides the blue bg. i just reread and saw that u said "and text" lol

erkstuh
September 13th, 2008, 07:41 AM
Thanks! /gives green to both of you :D

ALSO, no matter what, I can not get a border around my layout. Any help on that? & Then thats it. Lol.

tylaa
September 13th, 2008, 08:33 AM
<style>
border-color: color here !important; border-width:10px !important ; border-style: solid !important;}
</style>


or do you mean a border around the tables?