我的iframe由于某种原因没有显示

时间:2016-04-30 10:06:20

标签: html html5 iframe

我无法解决为什么我的iframe无法正确显示。在定制等方面还有很多工作要做,但由于某些原因它甚至都不显示。我最近整合了SSL。以下是未显示的网站的网址: https://www.guildinator.com/domains.html

应该如下所示: http://guildinator.com/instantdomain/

我正在使用的代码是

<iframe src "http://www.guildinator.com/instantdomain/" width="200" height="200"></iframe>

我知道宽度和高度很奇怪,但最初只是为了获得iframe(最终我想把它变成动态iframe)。但我无法理解为什么iframe没有显示这样的基本代码。

提前感谢您提供任何帮助

1 个答案:

答案 0 :(得分:1)

我认为您在src中缺少=

<iframe src="http://www.guildinator.com/instantdomain/" width="200" height="200"></iframe>