Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do you add glyphicon to the Nav bar? I have tried the following code, but the glyphicon doesn’t show.
enter code<li><a href="/Home"><span class="glyphicon glyphicon-home"></span>Home</a></li> here
Hi Tom,
Have you included the necessary bootstrap stylesheet and scripts in your template?
Assuming you use bootstrap 3, you need something like this:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Add glyphicon to the Nav bar
How do you add glyphicon to the Nav bar? I have tried the following code, but the glyphicon doesn’t show.
Hi Tom,
Have you included the necessary bootstrap stylesheet and scripts in your template?
Assuming you use bootstrap 3, you need something like this:
is working on a reply...