如何使用代码在我的网站上显示表格?

时间:2019-04-27 13:33:00

标签: html wordpress

我正在开发一个足球博客。我在此网站上看到了用于在网站上显示联赛表的代码。如何使用代码在我的网站上显示表格

来源https://www.fctables.com/widgets/

代码:

<iframe frameborder="0" scrolling="no" width="520" height="700" src="https://www.fctables.com/england/premier-league/iframe/?type=table&lang_id=2&country=67&template=10&team=&timezone=Pacific/Midway&time=24&po=1&ma=1&wi=1&dr=1&los=1&gf=1&ga=1&gd=1&pts=1&ng=1&form=1&width=520&height=700&font=Verdana&fs=12&lh=22&bg=FFFFFF&fc=333333&logo=1&tlink=1&ths=1&thb=1&thba=FFFFFF&thc=000000&bc=dddddd&hob=f5f5f5&hobc=ebe7e7&lc=333333&sh=1&hfb=1&hbc=3bafda&hfc=FFFFFF"></iframe>
<div style="text-align:center;"></div>
<a href="https://www.fctables.com/england/premier-league/" rel="nofollow">FcTables.com</a>

2 个答案:

答案 0 :(得分:0)

只需从要使用的表中复制iframe代码,然后将其添加到HTML中即可。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
   
   <iframe frameborder="0"  scrolling="no" width="520" height="700" src="https://www.fctables.com/uefasupercup/iframe=/?type=top-scorers&lang_id=2&country=67&template=36&team=180231&timezone=Pacific/Midway&time=24&limit=10&ppo=1&pte=1&pgo=1&pma=1&pas=1&ppe=1&width=520&height=700&font=Verdana&fs=12&lh=22&bg=FFFFFF&fc=333333&logo=1&tlink=1&ths=1&thb=1&thba=FFFFFF&thc=000000&bc=dddddd&hob=f5f5f5&hobc=ebe7e7&lc=333333&sh=1&hfb=1&hbc=3bafda&hfc=FFFFFF"></iframe><div style="text-align:center;"></div><a href="https://www.fctables.com/uefasupercup/" rel="nofollow">FcTables.com</a>
    
</body>
</html>

根据需要在CSS中对其进行样式设置。

答案 1 :(得分:0)

有一个类似的部分。 4。将此代码粘贴到您的网站上

有一个生成的iframe代码。您可以复制该iframe标记,然后将其粘贴到博客中的任意位置。该表将显示在您的网站内。

<iframe frameborder="0"  scrolling="no" width="520" height="700" src="https://www.fctables.com/england/premier-league/iframe=/?type=top-scorers&lang_id=2&country=67&template=10&team=185904&timezone=Pacific/Midway&time=24&limit=10&ppo=1&pte=1&pgo=1&pma=1&pas=1&ppe=1&width=520&height=700&font=Verdana&fs=12&lh=22&bg=FFFFFF&fc=333333&logo=1&tlink=1&ths=1&thb=1&thba=FFFFFF&thc=000000&bc=dddddd&hob=f5f5f5&hobc=ebe7e7&lc=333333&sh=1&hfb=1&hbc=3bafda&hfc=FFFFFF"></iframe>