"Tooltip with HTML"
Bootstrap 3.0.0 Snippet by bhansa

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <h1>Tooltip below</h1> <a href="#" data-toggle = "tooltip" data-placement = "down" title="One printed sheet can include <br></a>1 8 x 10 <br></a>2 5 x 7 <br></a>2 4 x 6 <br></a>4 3.5 x 5 <br></a>9 wallet photos"> <span style = "color:white" class="glyphicon glyphicon-question-sign white"></span>Tooltip </a>
$(document).ready(function(){ $('[data-toggle="tooltip"]').tooltip({ html:"true" }); });

Related: See More


Questions / Comments: