[quote=bobcbar]This code will hide the pet ad..
/* Hide Sponsored Applications */
div#content_14 { display:none !important }
These are the only codes I see for the control panel buttons.
#controlPanelButtons{
padding-bottom:40;
}
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited { /*buttons*/
color: #ffffff;
border: #292929 solid 2px;
background-color: #131313;
}
#controlPanelButtons a:hover { /*buttons hover*/
color: #ffffff;
border: #292929 solid 2px;
background-color: #000000;
}[/quote]
forgot to put div on it that's why its not working. :] thankss for the help pal. thankss lots.