To put it above the navbar, just edit the navbar and add $tabbers at the top and delete the <br /> that is under it.
edit this line in the CSS to get it to align to the right.
#tabs4 a {
float:right;
background:url("tableft4.gif") no-repeat left top;
margin:0;
padding:0 0 0 7px;
text-decoration:none;
}
Just change the alignment from left to right and it will shift over
//edit - this sort of works. It flips it all over to the right. I'll get back to this if I figure it out the right way
|