質問編集履歴
1
コード追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,4 +24,20 @@
|
|
24
24
|
<div class="tab-content">[popular_list days=7 rank=1 pv=0 count=10 type=default]
|
25
25
|
</div>
|
26
26
|
</div>
|
27
|
+
```
|
28
|
+
|
29
|
+
追記します。
|
30
|
+
[]追加しましたが、改善しませんでした。
|
31
|
+
```HTML
|
32
|
+
<p>[<div class="tab-wrap"><br />
|
33
|
+
<input id="TAB-01" type="radio" name="TAB" class="tab-switch" checked="checked" /><label class="tab-label" for="TAB-01">年間Yearly</label><br />
|
34
|
+
<div class="tab-content">[popular_list days=365 rank=1 pv=0 count=10 type=default]<br />
|
35
|
+
</div><br />
|
36
|
+
<input id="TAB-02" type="radio" name="TAB" class="tab-switch" /><label class="tab-label" for="TAB-02">月間Monthly</label><br />
|
37
|
+
<div class="tab-content">[popular_list days=30 rank=1 pv=0 count=10 type=default]<br />
|
38
|
+
</div><br />
|
39
|
+
<input id="TAB-03" type="radio" name="TAB" class="tab-switch" /><label class="tab-label" for="TAB-03">週間Weekly</label><br />
|
40
|
+
<div class="tab-content">[popular_list days=7 rank=1 pv=0 count=10 type=default]<br />
|
41
|
+
</div><br />
|
42
|
+
</div>]</p>
|
27
43
|
```
|