Trying to code HTML in word, but when uploaded to server all I see is the code...

shelly

Banned
...instead of my webpage.? I am old school and prefer typing out my own HTML to using code generators. I would typically use notepad to do this and save as .html, upload to my server and I'm good. This time, I'm using a mac without notepad available. My only option is Word. So I type my code in word, save as .htm and upload to my server. Stupid word converts my code to it's own code, resulting in a website that displays a document of my original code. I cannot figure out what in the hell to do about this. See for yourself: http://shelly.katgyrl.com/hothoopers.htm
 
Yeah, Word is not really the best html editor out there. For Mac, use TextMate. That is the best text editor for Mac and programming that I have seen so far. Everyone uses it.

Have fun!
 
Back
Top