I am looking to center the text around a glyphicon, but have been unsuccessful with my attempts using CSS. Below is the HTML code I've been working with:
<table>
<tr>
<td rowspan="4">
<span class="glyphicon glyphicon-bookmark"></span>
<span>2</span>
</td>
<td>John Oliver</td>
</tr>
</table>