Hello in wordpress I would like to create a link group arranged vertically like this: Link1 Link2 Link3 Link4 This link group will be inside a div and the css for the div is as follows: #sidebarleft { float: left; padding: 0; background: #fff; border-left: #fff 2px solid; white-space: nowrap; border-spacing: 0; margin-bottom: 1em; width: 150px; } Code (markup): Please help me.