View Single Post
Old 10-13-2010, 09:06 AM   #17
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@Perkin,

What you have asked for is to create a piece of simple HTML as a .txt file and use Word as a text editor to change it and re-save as a txt file.

In these circumstances I would not just be typing the word Dummy I would also be typing the surrounding <p>...</p> paragraph tags. Here are the contents of dummy_out.txt

Code:
<html><head><title>Dummy</title></head>
<body>
<p>Dummy</p>
</body>
</html>
I have also attached a picture of what I see in Word during the edit.

If I rename dummy_out.txt to dummy_out.htm it opens in my browser.

I'm not really sure what prompted your request but there are very few circumstances when I would use Word as my 1st-choice text editor for editing HTML files. I find Notepad++ easier to use. I do however use Word heavily to generate the initial HTML from a .doc WYSIWYG file, in the first place.

In these circumstances I would:
Open a brand new blank Word .doc file
Type the word Dummy
Apply the built-in style Normal(Web)
Save-as webpage_filtered to Dummy2.htm

The resulting piece of HTML (Dummy2.htm) would have quite a lot more in it (I've attached a screenshot of what it looks like in Notepad++) but would look the same as dummy_out.htm when opened in a browser.Click image for larger version

Name:	dummy_out.jpg
Views:	296
Size:	63.6 KB
ID:	59763 Click image for larger version

Name:	dummy2.jpg
Views:	248
Size:	125.9 KB
ID:	59764
jackie_w is offline   Reply With Quote