How can I create a vertical link group

Discussion in 'HTML & Website Design' started by digitalarts, Aug 6, 2009.

  1. #1
    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.
     
    digitalarts, Aug 6, 2009 IP
  2. hkhera

    hkhera Peon

    Messages:
    118
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Put it in ul li and dont set float to left...
     
    hkhera, Aug 11, 2009 IP
  3. myst_dg

    myst_dg Active Member

    Messages:
    224
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Why not use the built-in widget?
     
    myst_dg, Aug 11, 2009 IP
  4. digitalarts

    digitalarts Peon

    Messages:
    105
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks...I have been able to make it work...
     
    digitalarts, Aug 11, 2009 IP