- removing a page of the side box. (I want to remove "privacy", donīt show the link)
Privacy and other defines pages are settable in admin > config > Define Page Status > Define Privacy Status > set as you want
- adding a page/link ( I want to add a new page in the same box called "info")
See the about us module in the downloads/other section for the steps in creating a new defines page
- put a image as background in the sidebox (in the box not in the box header)
If just for that side box then apply a background-image in this tag in the template stylesheet: and of course adjust for your colors & template
Code:
#informationContent{
background-image: url(../images/image?_bg.jpg);
background-repeat: repeat-x; (could be different upon your image)
background-color: #ffffff;
}