iunex added these words on Nov 27 07 at 5:43 pmI hate to bother you on your site, but I saw your post on wordpress about Multi-Column Links, Categories, etc.. what plugin are you using for your sidebar or is that down manually?
Thanks!
Garus added these words on Nov 27 07 at 8:42 pmNo worries man. Wish that you would have provided your email so I could reply properly. Any how it’s done manually with CSS. In the XHTML you make an unordered list with div tags around it. So thats an opening div tag then a UL tag then the stuff you want to list followed by a closing UL tag and then this is important a br tag and a closing div tag. (I cant put the div tags in a comment thats why I did not show that part).
and then in the css:
#sidebar_secondarylinks_categories,{
padding: 0 0 20px 7px;
border-bottom: 1px dotted #999;
}#sidebar_secondarylinks_categories ul,{
width: 40em;
}#sidebar_secondarylinks_links ul li, {
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-size: 1em;
font-weight: bold;
padding: 0 0 2px 0;
list-style-type: none;
float: left;
width: 15em;
}/* stop the float */
#sidebar_secondarylinks_categories br,{
clear: left;
}Let me know if that helps
iunex added these words on Nov 28 07 at 3:05 pmThanks for the quick reply, ya if you want email me at: iunex.d@gmail.com and you can show me the div part of this.
Big Thanks!