質問編集履歴

1

コードブロックで囲みました

2016/09/07 14:16

投稿

koshiDra
koshiDra

スコア42

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,8 @@
13
13
  position:absoluteの設定前後でthead配下のタグの幅が変化しない方法をご存知の方、ご教授お願いいたします。
14
14
 
15
15
 
16
+
17
+ ```HTML
16
18
 
17
19
  <table style="width:500px;height:400px;">
18
20
 
@@ -51,3 +53,5 @@
51
53
  </tbody>
52
54
 
53
55
  </table>
56
+
57
+ ```