Click to See Complete Forum and Search --> : Help with myspace borders


frogman54
11-12-2006, 02:15 PM
I am trying to remove the border and the "Contacting Benjamin" from the contact table only on my myspace page and I cannot figure it out. My page is www.myspace.com/frogman54

I was hoping someone would be willing to modify my code below in order to do this. I would really appreciate it.

<style type="text/css">

table, tr, td { background-color:transparent; border:none; border-width:0; }
body {
background-color: 66B300;
background-image: url('http://static.flickr.com/119/295521690_d6140d1980_o.jpg');
background-attachment: fixed;
border-color: 000000;
border-width: 4px;
border-style: double;
}
table table { border: 0px }
table table table table { border: 0px }
table table table {
border-color: FFFFFF;
border-width: 1px;
border-style: solid;
background-color: 8db14b;
}

table, tr, td, li, p, div {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.btext {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.blacktext10 {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.blacktext12 {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.lightbluetext8 {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.orangetext15 {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.redtext {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.redbtext {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.text {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.whitetext12 {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.nametext {
color: FFFFFF;
font-family: Impact, fantasy;
font-size: 40px;
font-weight: bold;
text-decoration: underline;
}

a:active, a:visited, a:link {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

a:hover {
color: 0000FF;
font-family: Arial, sans-serif;
font-size: 14px;
}

a.navbar:active, a.navbar:visited, a.navbar:link {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
}

a.navbar:hover {
color: 0000FF;
font-family: Arial, sans-serif;
font-size: 14px;
}

a.redlink:active, a.redlink:visited, a.redlink:link {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

a.redlink:hover {
color: FFFFFF;
font-family: Arial, sans-serif;
font-size: 14px;
}

.contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("http://static.flickr.com/111/295502813_3eb20a4350_o.jpg "); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important; border:none; 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;}</style>