in the main css style sheet. this is only recommended as a quick/nasty fix. because the element is still being loaded just not displayed.
Really it should be removed at a template level.
Does that help?
a horrible horrible fix,
in the css do a display none on that element.
#main #secondary {
display: none;
}
a better way would be to remove it from the relevant template file.
im getting the internal 500 error also… please help!
i deleted the htaccess thing, and i still cant get on to my admin page