T
typingcat
I needed to insert a table at my homepage. If the data had been little
amount, I would insert the tags with my own hands. However the data was
quite large. So I tried to create a table in Microsoft Word 2003. It
was shown fine on MS Word so I tried to copy it. But the tags were so
dirty! I just wanted something like
<table>
<tr>
<td>a</td>
</tr>
</table>
but there were so many unnecessary style mso tags. I tried to remove
them by applying style->Clear Formatting but only in vain. Then I tried
to save it as a html with an option "Save for IE 3.0" which shoudn't
understand those mso tags. But the result was also the same. Is there
anyway to just extract the plane, simple and clean table tags?
amount, I would insert the tags with my own hands. However the data was
quite large. So I tried to create a table in Microsoft Word 2003. It
was shown fine on MS Word so I tried to copy it. But the tags were so
dirty! I just wanted something like
<table>
<tr>
<td>a</td>
</tr>
</table>
but there were so many unnecessary style mso tags. I tried to remove
them by applying style->Clear Formatting but only in vain. Then I tried
to save it as a html with an option "Save for IE 3.0" which shoudn't
understand those mso tags. But the result was also the same. Is there
anyway to just extract the plane, simple and clean table tags?