Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.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
Bootstrap 4 白色矩形显示在下方<;嵌入>;标签_Bootstrap 4_Removing Whitespace - Fatal编程技术网

Bootstrap 4 白色矩形显示在下方<;嵌入>;标签

Bootstrap 4 白色矩形显示在下方<;嵌入>;标签,bootstrap-4,removing-whitespace,Bootstrap 4,Removing Whitespace,当我试图将另一个网页嵌入到我的主网页时,它下面会出现一个白色矩形 以下是我正在使用的嵌入代码: <embed class="blogpost darkable" src="Blogpost_0001.html" width="500px" height="700px"></embed> 以下是我试图嵌入的网页: <!doctype html> <html> <head> <meta charset=

当我试图将另一个网页嵌入到我的主网页时,它下面会出现一个白色矩形

以下是我正在使用的嵌入代码:

<embed class="blogpost darkable" src="Blogpost_0001.html" width="500px" height="700px"></embed>

以下是我试图嵌入的网页:

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous" />
        <link rel="stylesheet" href="..." />
        <link href="site.css" rel="stylesheet" type="text/css">
        <title>Blogpost 0001</title>
    </head>
    <body>
        <div class="blog-post darkable">
            ...
        </div>

        <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
    </body>
</html>

博客帖子0001
...

编辑:主网页是,我试图嵌入的网页是。可以找到Site.css。

您能提供该站点的URL吗?@pjones235它尚未发布,但我可以提供指向源代码的链接