在单词2010

时间:2015-05-04 16:37:01

标签: html ms-word

我写了一个带有复选框的html,保存为.docx,

使用word 2010打开时,复选框显示为红色x(选中和选中),我该如何解决?

尝试保存并在word doc

中打开以下html文件

<html>

<head>
  <title></title>
</head>

<body>

  <input type="checkbox" value="myvalue1" checked="checked" />
  <input type="checkbox" value="myvalue2" checked="checked" />
  <input type="checkbox" value="myvalue3" />
  <input type="checkbox" value="myvalue4" />
  <input type="checkbox" value="myvalue5" />
  <p>

    Test

  </p>
</body>

</html>

0 个答案:

没有答案