Don't Want A Zodiac Sign On MySpace?

If you're an html geek and want to hack your MySpace to cut your profile's zodiac sign, here's the code to insert (if you need help let me know in the comments and I'll try and walk you through it):

tr[id="Zodiac"] {

visibility: hidden!important;

}

tr[id="Zodiac"] td, tr[id="Zodiac"] td span, tr[id="Zodiac"] td a {

height: 0px;

font-size:0px;

margin:0px;

padding:0px;

border:none;

}