How can i add a bootstrap glyphicon into a Bread crumb?
I went into the bootstrap code and modified the "content" atribute, /e062 is the code of the glyphicon i want to use in bootstrap
.breadcrumb>li+li:before{
padding:0 5px;color:#ccc;content:"/e062"}
But the result is like this:
Item1 /e062 Item2 /e062 Item3 /e062
PD: Sorry for the posible grammar mistakes, but english is not my native language....And i can't post images because i must have at least 10 reputation
This is the way you use a 'Glyphicon` in your HTML.
With BootStrap3. you don't need to add any other CDNs Glyphicons are merged with Bootstrap. It is just enough if you have Bootstrap's CDN added to the head.