Some time ago I found the code for a control panel type feature which could be placed in a sidebar. I had a short version, but since LJ changed the main page, I've been playing with a more complete version. It has a lot of links, and when I pasted it into a free text box, the control panel went all the way down to the bottom of my journal. I don't know what's causing it and need some help in trying to fix it.
Code for the control panel is:
and the css is:
.controlpaneltable {background: #FCFCFC; width: 100%; border: 3px solid #DFDFDF; padding: 0px; margin: 0px;}
.head {color: #64B8B6; border: 1px solid #DFDFDF; background-color: #F5F5F5; text-align: center;}
.head a {color: #64B8B6; border: 1px solid #F5F5F5; background-color: #F5F5F5; text-align: center;}
tr{}
.cell {width: 33%; border: 1px solid #F5F5F5; text-align: center;}
Credit for the control panel goes to
snubbly, and the journal in question is
i_maniac4ev. Thanks!