With copying and pasting from MS Word into the WYSIWYG editor (the product description box for example), MS Word will also copy all of the other weird code that MS Word uses when building HTML. After you paste in the HTML data in WYSIWYG editor, click on the 'Source' tab (this is located at the bottom of the editor) and you'll notice alot of useless code on top, even some CSS style code. What you will need to do is remove all that unused code until all you are left with is the proper HTML that you intended to copy over. You might also need to remove any 'class' attributes in there aswell that do not refer to your CSS style sheets.

The article has been updated successfully.