| Home > Content Display > MS Word |
MS Word Copy and Paste The following two lines were copied in MS Word and pasted into the web page.
To: All staff From: Me
The HTML code below was the result of the above lines. They contain much non-standard code which creates multiple display errors in browsers other than Internet Explorer 5 or 6 on the PC besides being very hard to edit. <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">The following two lines were pasted using the default settings in MS Word</SPAN></FONT></P>
![]() When the "clean" button in the editing frame is clicked the HTML code above is cleaned up to make standard HTML without errors. It is also missing some font and font size information that is better set by the stylesheet for your web page. <P>To: All staff</P> To: All staff
From: Me |