Icons, Link/Buttons, Tabs Layout

Charles Matvchuk asked on October 7, 2014 01:58

Perhaps I am missing something. I use a lot of font awesome icons in a website. Typically I just hand code all the layouts in the page layout which is easy to accomplish.

I have a requirement to use the font awesome icons on the link/button and tabs layout web parts. Is there an easy way to do this within the current web part properties.

For example: Facebook

I can't seem to get it to work out correctly in the web part.

Recent Answers


Charles Matvchuk answered on October 7, 2014 01:59

<i class="fa fa-facebook"> Facebook</i>

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on October 7, 2014 04:46

Can you use the Content Before/After areas? Or should the < i > be the actual button?

0 votesVote for this answer Mark as a Correct answer

Charles Matvchuk answered on October 7, 2014 04:53

the needs to proceed the word facebook and be inside the button not outside.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on October 7, 2014 20:15

I don't believe you can do that with the link button webpart.

What I've done in the past is created a doc type then and allow the user to fill out the form and then use a repeater to repeat the info out and add any custom items you need in the transformation. Just make sure all their options are available in the doc type.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.