Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.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_Image_Css_Google Chrome_Twitter Bootstrap 3 - Fatal编程技术网

Html 包含图像的表格白色边框(镀铬)

Html 包含图像的表格白色边框(镀铬),html,image,css,google-chrome,twitter-bootstrap-3,Html,Image,Css,Google Chrome,Twitter Bootstrap 3,编辑:它在Firefox中运行良好;这似乎只发生在chrome上 我正在写一个应用程序,它要求我把一幅图像切成几段,然后存储在一张表中。为此,我使用以下(这是生成的)html .no padding{padding:0!重要;} 您正在使用引导框架吗?如果没有,请手动删除表格的边框,如下所示 table, tr, th, td { border: 0; } 你仍然面临着这个问题。请更新您的代码片段。是否使用引导框架?如果没有,请手动删除表格的边框,如下所示 table, tr, th

编辑:它在Firefox中运行良好;这似乎只发生在chrome上

我正在写一个应用程序,它要求我把一幅图像切成几段,然后存储在一张表中。为此,我使用以下(这是生成的)html

.no padding{padding:0!重要;}

您正在使用引导框架吗?如果没有,请手动删除表格的边框,如下所示

table, tr, th, td {
    border: 0;
}

你仍然面临着这个问题。请更新您的代码片段。

是否使用引导框架?如果没有,请手动删除表格的边框,如下所示

table, tr, th, td {
    border: 0;
}

你仍然面临着这个问题。请更新您的代码片段。

我正在使用引导程序,但没有修复它。我正在使用引导程序,但没有修复它。