We would like to use the Font Awesome badge ( http://fortawesome.github.com/Font-Awesome/ ) as a marker for unordered lists in the CMS.
The CMS text editor only displays the source HTML, so additional elements / classes cannot be added.
This means displaying the icons when the inscription looks like this:
<ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul>
The first problem I see if Font Awesome requires a different font-family attribute, which will require a separate element.
Is pure CSS possible? Or do I need to add an item to the top of each list item using something like jQuery?
I understand that we can use background rollback, but it would be great to use Font Awesome if possible.
css font-awesome
BaronGrivet Sep 17 '12 at 23:15 2012-09-17 23:15
source share