How to setup Loginbox on sidebar?
Hello,
i have created a sidebar:
In footer Template:
<div id="links"></div>
In Css:
#links {
position:absolute;
padding-left: 10px;
width:120px;
height:600px;
left: 0px;
top: 220px;
}
Now i want to show on this sidebar the login Box with Private Message etc
I have taken the code from the navbar but it doesn´t work?
Has anyone a loginbox on a sidebar / column working an can provide me the code?
|