Home » questions » looking at the XHTML i wrote in MS Word I see many strange characters I didn't write as part of the

looking at the XHTML i wrote in MS Word I see many strange characters I didn't write as part of the

2006-08-08 14:53:05, Category: Programming & Design
I am trying to learn webpage writing. i wrote some example code using MS word. When I view the code as a webpage there are a bunch of characters before and after the body that I didn't write. How do I avoid this. It also happened when I wrote the code in 'textedit'. But different strange characters appeared.

Answers

  1. ¢hamBero™

    On 2006-08-08 15:13:50


    e.g. http://www.geocities.com/darwin916/XML.htm Not viewable in Mobile Phone!
  2. Mike is me

    On 2006-08-08 14:57:14


    maybe you didnt tag things correctly, go over your code and make sure there are no errors.
  3. rapper_malli

    On 2006-08-08 14:57:13


    Those things r our own bill gates recidues
  4. sheeple_rancher

    On 2006-08-08 15:48:30


    You would be better of using Notepad than Word. Switch to either of these and start form scratch (do not bring in your existing stuff): Html-kit http://www.chami.com/html-kit/ Amaya http://www.w3.org/Amaya/ Both are free. Html-kit is text-friendly and can do anything. Amaya is strong on xhtml and is a wysiwyg editor.
  5. x3allyx3

    On 2006-08-08 14:58:32


    DO NOT paste the code into programs like Microsoft Word or Microsoft Works. Make sure you paste it into a PLAIN TEXT editor so the symbols are not altered in any way. (example: like notepad) when you use programs like microsoft word it will normal do that because it isn't a plain text editor.
  6. Brian M

    On 2006-08-08 14:59:39


    Write code in Windows notepad. Microsoft Word adds tons of junk to the code. Dreamweaver has a clean up word html function, if you have dreamweaver.