How to add icons to the link using twitter bootstrap

twitter-bootstrap

Solution

Check jsfiddle This way you can use icond with links

<li><a href=""><i class=" icon-pencil icon-2x"></i>About Us</a></li>

Problem

I wanted to add icons to my links using twitter bootstrap. I have input fields in as shown in snapshot. I want everything should look same including the box and icon but instead of a input box is it possible that i can have a link. PS : I don't want a select box. I want a link with a icon just like i can have a select box with a icon.

Original source