Saurabh Kumar
Saurabh Kumar

Reputation: 16651

How to add icons to the link using twitter bootstrap

enter image description hereI 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.

Upvotes: 3

Views: 26898

Answers (1)

Shail
Shail

Reputation: 3649

Check jsfiddle This way you can use icond with links

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

Upvotes: 10

Related Questions