免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

试贴(表格)

本帖最後由 rainbow 於 2020-11-21 16:25 編輯

DSCF6836.jpg




边框不显示外边框
<table frame=void>

表格标题
表头表头B 表头C
AB C
DE F

The frame attribute is not supported in HTML5. Use CSS instead.





本帖最後由 rainbow 於 2019-11-5 13:48 編輯

竖三点    
字型:cambria math (不能用粗体)


TOP

本帖最後由 rainbow 於 2020-8-21 11:16 編輯

以下三种旧式播放器代码只在IE浏览器才能有效显示播放

(一)

  1. <EMBED src=http://k003.kiwi6.com/hotlink/9ede2i4vtm/mp3 width=400 height=50 type=audio/mpeg autostart="false" loop="-1" volume="0" showstatusbar="1">
複製代碼


(二)

  1. <embed src=http://gl.tan88.googlepages.com/Tiada_Seindah_Kini.MP3 type=audio/x-pn-realaudio-plugin controls=imagewindow,ControlPanel,StatusBar AutoStart=false Loop=true width=440 height=40></embed>
複製代碼


(三)

  1. <audio controls><source src="http://gl.tan88.googlepages.com/Tiada_Seindah_Kini.MP3" type="audio/mpeg"></audio>
複製代碼


(四)论坛自备音乐代码

  1. [audio]http://gl.tan88.googlepages.com/Tiada_Seindah_Kini.MP3[/audio]
複製代碼


  1. [audio]http://k003.kiwi6.com/hotlink/9ede2i4vtm/mp3[/audio]
複製代碼


TOP

本帖最後由 rainbow 於 2020-11-21 16:24 編輯

选项表格制作
(不适用于IE浏览器)

1、选项内容

用鼠标在右侧小方格点击,点击后出现的✔号不能删除。



  1. <div style="width:600px">
  2. <p align=center><span style="FONT: bold 50px/140% Microsoft YaHei; COLOR: #0098ca; text-shadow: 3px 3px 3px #000000; letter-spacing:3px">选项表格制作</span><br>
  3. <span style="FONT: normal 24px/140% Microsoft YaHei; COLOR: #cc0033">(不适用于IE浏览器)</span><br>
  4. <section style="margin-top:10px;border:solid 3px #6297dc;padding:10px;FONT: bold 20px/140% Microsoft YaHei">
  5. <section class="_li" style="text-align: left;margin-top:10px;margin-bottom:10px">
  6. <section style="display: flex; justify-content: space-between; align-items:center;">
  7. <section style="width:90%;color:#6297dc;" data-width="90%">
  8. <p style="letter-spacing: 2px;"> 1、选项内容</p>
  9. </section>
  10. <section style="width:8%;margin-left:2%;" data-svg-answer="1" data-width="8%">
  11. <svg style="display: inline-block;vertical-align: middle;height:24px;width:30px;" version="1.1" xmlns="https://www.w3.org/2000/svg">
  12. <switch xmlns="https://www.w3.org/2000/svg">
  13. <g transform="translate(-13 -21)">
  14. <rect height="18" width="18" y="23.9349" x="18.5" stroke-width="2.5" fill="none" style="stroke:#6297dc;"></rect>
  15. <text style="fill:#6297dc;" text-anchor="start" font-size="18" y="39.9349" x="21.5" opacity="0">
  16. <tspan> ✔</tspan>
  17. <animate attributename="opacity" values="0;0;1" begin="click+0.2s" dur="0.2" fill="freeze" repeacount="1"></animate>
  18. </text>
  19. </g></switch></svg>
  20. </section>
  21. </section></section>
  22. </div></center>
  23. <p align=center><span style="FONT: normal 20px/140% Microsoft YaHei; COLOR: #800000">用鼠标在右侧小方格点击,点击后出现的✔号不能删除。</p><br>
複製代碼


TOP

返回列表