Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by KavyaVS
at 2024-07-21 19:05:14
Point:500 Replies:3 POST_ID:829065USER_ID:11968
Topic:
Programming for ASP.NET;;Hypertext Markup Language (HTML)
I saved the .doc document to .htm
But some of the formatting is lost. How to save the .doc or .docx file to .html with formatting.
Thanks
But some of the formatting is lost. How to save the .doc or .docx file to .html with formatting.
Thanks
Author: KavyaVS replied at 2024-07-25 10:51:23
Thanks
Accepted Solution
Expert: paulsauve replied at 2024-07-22 09:09:03
250 points EXCELLENT
when converting from Word to html, you always lose some formatting and Word can sometimes create non-standard HTML code.
I think a better approach is to copy the paragraphs from Word to a decent HTML editor and use a css file to correctly format the html document.
I think a better approach is to copy the paragraphs from Word to a decent HTML editor and use a css file to correctly format the html document.
Assisted Solution
Expert: duncanb7 replied at 2024-07-21 19:31:28
250 points EXCELLENT
Take a look this instruction for saving doc as html format
http://www.wikihow.com/Convert-a-Word-Document-to-HTML
Duncan
http://www.wikihow.com/Convert-a-Word-Document-to-HTML
Duncan