PDA

View Full Version : myspace page html/css question?


Kathryn
03-26-2008, 04:17 PM
Okay so I have a code to get rid of the text that says "about me" and "who I'd like to meet" section, but the bar behind the "about me" text is still there. So the text is gone, but you can tell where it's supposed to be because the orange block that's the whole length of the page.does anyone know how to get rid of the block behind it?Here's the code I'm using now:.orangetext15 { display: none; }.orangetext15, .blacktext10 { color: black; font-family: ; font-size: !important; text-transform: ;font-weight:;display: none;width: ;}

BetwixtBetween3420
03-26-2008, 04:46 PM
Try this. Change "transparent" to a color name of hex code if you don't want it to actually be transparent.<style>{! make the orange bar go away !}.blurbs, .blurbs td.text {background-color: transparent!important; border:0px!important;}</style>If you have an orange bar you want to get rid of on your friends and or comments table too, throw this into the code, before ".blurbs".friendscomments td table, .friendscomments td.text table, .friendspace table,