【发布时间】:2015-09-08 16:43:12
【问题描述】:
我希望文本以字形图标为中心。我尝试了几个 css 标签,但徒劳无功。以下是我的 html
<table>
<tr>
<td rowspan="4">
<span class="glyphicon glyphicon-bookmark"></span>
<span>2</span>
</td>
<td>John Oliver</td>
</tr>
</table>
【问题讨论】:
-
你能分享你的css吗
-
on glyphicon是什么意思?2? -
预期的输出是什么......你能用图像表示吗?
-
添加了预期输出的图片
标签: css html styling glyphicons