WD2000: HTML Table Appears Wider When Edited in Word
ID: Q220462
|
The information in this article applies to:
SYMPTOMS
When you open a Web page for editing that contains a table and linked images, the table may be much wider than in the original Web page, and certain hyperlinks may appear to be missing.
CAUSE
This problem may occur because the HTML source code contains percentage (%) characters in its dimensional settings.
For example:
<TD WIDTH="58%"> </TD>
<TD WIDTH="139%"> </TD>
<TD WIDTH="201%"> </TD>
<TD WIDTH="138%"> </TD>
<TD WIDTH="58%"> </TD>
RESOLUTION
To resolve this problem, you can remove the percentage (%) signs from all dimensional definitions in the HTML source code.
To remove the percentage (%) signs, do the following:
- Open the Web page in Word.
- On the View menu, click HTML source.
- In the Microsoft Development Environment (Script Editor) window, click Edit and then click Find and Replace.
- In the Find box, type %.
- Click Find.
- Before clicking Replace, make sure the percentage (%) sign is not being used in an otherwise valid location; for example, as part of the text of the Web page.
- Repeat steps 5 and 6 until all the replacements you want to make have been done.
- Close the Find and Replace dialog box.
- On the File menu, click Save.
- In the Microsoft Development Environment (Script Editor), on the File menu, click Exit.
The Web page should now appear as expected.
Additional query words:
Keywords : kbdta wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb