iframe没有嵌入,只需弹出打开/保存为框。尝试了一切

时间:2015-09-23 12:26:54

标签: html wordpress iframe

我想要做的就是嵌入这个横幅,我尝试了所有可能的组合,并尽可能地用Google搜索。以下是我目前的实时尝试。

非wordpress - http://mch.co.uk/centrallondon/iframetest.shtml

使用此代码:

<iframe 
    src="http://www.mch.co.uk/centrallondon/immac.html" 
    width="445"
    height="85" 
    scrolling="no"
    frameborder="0"  ></iframe>

Wordpress - http://mch.co.uk/centrallondon/iframe-test.shtml

使用此代码:

[iframe 
    width="640"
    height="480"
    src="http://www.mch.co.uk/centrallondon/immac.html"]
<iframe 
    src="http://www.mch.co.uk/centrallondon/immac.html"
    width="445"
    height="85" 
    frameborder="0"
    scrolling="no">
 </iframe>

wordpress one包含来自iframe嵌入插件的短代码。

0 个答案:

没有答案