Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 它显示的不是图标,而是空白方块_Html_Twitter Bootstrap 3 - Fatal编程技术网

Html 它显示的不是图标,而是空白方块

Html 它显示的不是图标,而是空白方块,html,twitter-bootstrap-3,Html,Twitter Bootstrap 3,我正在用引导和html做一个表单,我正在使用glyphicons,但由于某些原因,它们不起作用 <label>Colaboración Internacional &nbsp;<span class="glyphicon glyphicon-user" style="font-size:24px;"></span>&nbsp;</label> Colaboración国际 但是它看起来像一个空白的正方形,如果你在你的页面中导入G

我正在用引导和html做一个表单,我正在使用glyphicons,但由于某些原因,它们不起作用

<label>Colaboración Internacional &nbsp;<span class="glyphicon glyphicon-user" style="font-size:24px;"></span>&nbsp;</label>
Colaboración国际

但是它看起来像一个空白的正方形,如果你在你的页面中导入Glyphicons库,最好的检查方法是检查跨度


如果您在内容和代码中看到一些:before,则可以,如果没有,则需要将其包含在导入中

如何导入库?:(检查这是否有帮助:@h0merr