|
本帖最后由 Langheping 于 2015-12-1 07:33 编辑
It is not CSS. It is the missing tag inside the dictionary. One can solve this problem by using open and close tags for the whole entry. Use the default html tag <main> is a good option.
- </>
- <link to css>
- <main>
- 詞條 發音
- <dt>詞條解釋</dt>
- <dd>例句</dd>
- Others..
- End.
- </main>
复制代码 |
|