Using Simple Word Processors to Create Web Pages
- Friends In this video, the logo design in Microsoft Word has been told about how you can design the logo in a very easy way, if you like Friends Video, do no.
- WordPad is a basic word-processing program that you can use to create and edit documents. Unlike Notepad, WordPad allows you to include text with formatting-such as italic, bold, and underline-as.
David M. Marcovitz
WordPad is a fairly basic text editor. To get two pictures side-by-side, you must position the cursor on the right-hand side of the first picture and then drag the second picture to that same line. You can't actually format borders or anything, but before dragging the second picture over, you can insert tabs or spaces. The WordPad desktop application is another built-in app on every Windows 8.1 computer that helps you do some editing and creating of text documents and just like the Notepad and Paint, it also has its own set of options lying on the ribbon which is located on top of its Window.You might think that it would look and work just the same as the the Notepad desktop app but you are wrong because the. Used on Windows 1 and 2 Used on Windows 3.0 Used in Windows 3.1x, 95, 98, 2000, and ME This icon is also used in Windows XP ifDisplay Color quality is set to 16 colors or 256 colors. Used on Windows XP. It is seen in Windows Longhorn. Used on Windows Vista, 7, 8, 8.1, and 10. Notepad will be moved to the Microsoft Store at an unknown time.
When editing HTML code to create web pages, you can use anyword processor. The keys are to save your file as a text fileand give it a name ending in .html. Simple word processors, likeNotePad or WordPad in Windows and SimpleText or TeachText on aMac work very well. All of these programs except WordPad willonly save files as text, so they save one step in the process.
When creating an HTML document, you are going to create onedocument and view it in two separate ways. You will view and editthe HTML code using a word processor, and you will view the webpage as it will appear on the web through a browser. Always rememberthat whether you are in a word processor or a browser, you arelooking at the same document; you are just looking at it throughtwo different lenses.
There are four things you will want to do while creating anHTML document:
- Create a new document and save it for the first time.
- View your new document in a browser (Internet Explorer or Netscape Navigator) for the first time.
- Edit your document and view the changes in your browser.
- Open an old document in your word processor for editing and viewing in your browser.
None of these steps are difficult, but each is extremely importantif you want to get your web pages to work.
Create a New Document
In order to create a new document, you must open your wordprocessor. Full-featured word processors are not always the bestchoice because of auto-formatting features that will re-interpretyour text and otherwise be too smart for their own good. The followingexamples will use WordPad because that is the most complex ofthe word processors recommended. If you use NotePad, TextEdit,SimpleText, or TeachText, you might not have to perform all ofthe functions. For example, these programs will only save filesas text files so you will not have to specify the file type.
On a Macintosh, you will have to find TextEdit, TeachText,or SimpleText. If you have trouble, use the Find feature to locateone of these programs. In Windows, NotePad and WordPad are locatedin the Start Menu, under Programs, under Accessories:
In Windows 7, click the Start Button, click All Programs, and click Accessories in order to find WordPad.
Now type your HTML document and choose Save from the File menu (in Windows 7, choose Save As and choose Plain Text Document).At this point, you need to pay attention to three things:
- where you are saving your file
- what your file is called
- what type of file you are saving
1. You can save your document wherever your want, but it mustbe somewhere you will remember. If you are in a public lab, youwill probably want to save it to your flash drive or network drive. You should give your document a simple name. Do not includeany spaces (i.e., make it all one word) or any other special characters.That is, use only letters and numbers. End the name of your documentwith .html or .htm. This will help your computer to recognizeit as an HTML file.
3. Save your document as a text document. HTML is all text,and browsers look for text files.
Using TextEdit on a Macintosh
If you use Macintosh OS X, you will have access to TextEdit.This simple word processor has many of the same features as WordPadfor the PC, including the ability to save and read RTF (rich textformat) files and interpret HTML commands. In order to ensurethat your document is created as a regular, ordinary, every daytext file (as opposed to a rich tet file), you will have to dothe following.
- Open TextEdit (probably in the Applications folder of your hard drive)
- From the TextEdit menu, choose Preferences
- Under the New Document Tab, change format to Plain Text and check the box for Wrap to Page
- Under the Open Tab, 'When saving a file,' uncheck the box for Append '.txt' extension to plain text files
- And 'When opening a file,' check the box for Ignore rich text commands in HTML files
When you are done, your preferences should look like the picturesabove (some versions of TextEdit might have these options layedout differently, but the options should still be the same).
Note that if you did not already have Plain text set for New Document Attributes, you will have to close the current blank document and open a new one because the current document is in rich text format, and that will not work. |
View Your Document in a Browser
Once you have created your document, you will want to viewit in your browser (e.g. Internet Explorer or Safari or Firefox).Since you will want to go back and forth between editing yourdocument (in the word processor) and viewing it (in the browser),you will not want to close the document. You will want to minimizeor hide it. On a Macintosh, you can simply go to the Text Editmenu and choose Hide TextEdit (or Hide whatever word processoryou are using). In Windows, you can minimize the current applicationby clicking on the line in the upper right hand corner (you havethree buttons: a line for minimize, two overlapping squares orone big square to change the size of the window, and an X to closethe window). Choose the line to minimize.
There are two ways to open your file in the browser. The easiestway is to find the file itself (in Finder or Windows Explorer,not in any application). Then, right-click on the file (ctrl-clickif you use a one-button mouse), and choose Open With. and pickyour browser.
Alternatively, you can open your browser in whatever way younormally do this (from the Start menu, from the Macintosh Dock,form a big e on your desktop, etc.). Once your browser is open,you will need to find the file that you just created and saved.In the File menu, you should choose Open or Open Fileor somethingsimilar depending on which version of which browser you are using(if you are using Inernet Explorer 7, you might find that youdon't have any menus; if this is the case, right-click in a blankarea near the top of the screen right below where the URL is showing,and choose Menu Bar from the flyout menu). At this point you willeither already be in a standard Open File dialog box, or you willneed to do something (probably click on a button marked Browse)to get into a standard Open File dialog box. You will then navigatethrough your computer to find the file in the place you savedit. If for example, you saved it on your floppy drive, click onthe arrow next to the current folder to choose the floppy drive.Once you find the file, click on it, and click Open or Open. InWindows, you probably have to click OK at this point, and youshould see the file in your browser as it will look on the web.
There are three likely things that can go wrong:
- You could not find the file at all.
- You found the file, but it does not look right.
- You found the file, and it will not open.
If you could not find the file at all, you either forgot whereyou put it, or you did not save it with the .html or .htm extension.If the latter is the case, you will have to use Save As in theword processor to save it again with the proper extension.
If you found the file, but it does not look right, that ispar for the course. That is why you will have to edit (see thenext section). If it looks almost identical to the way it lookedin the word processor, including all the HTML tags, you probablydid not save it with the .html or .htm extension, and will haveto use Save As in the word processor to save it again with theproper extension. If it looks like a bunch of gobbledygook, youprobably did not save it as a text file, and you will have touse Save As in the word processor to save it again as a text file
If you found the file, and it will not open, you probably gaveit a bad name. Some systems will have trouble opening some filenames, especially those with spaces in them. If this is the case,try using Save As in the word processor to save it again witha simpler name.
Edit Your Document and View Changes in the Browser
If you found the document in the browser, and it looks somethinglike a web page, you are doing great. Now, you will want to makechanges to the document and view the changes in the browser. First,you want to switch back to the word processor and then followa simple four-step process.
Wordpad Logopedia
If you followed the above directions and hid or minimized theword processor (and did not close it), you can easily switch backto it either by choosing it from the Applications menu (in theupper right hand corner on a Macintosh) or clicking on it in theApplications bar (usually at the bottom of the screen in Windows).Now make whatever changes you want to make and follow the fourstep process:
- Save the file
- As a text document
- Switch to the browser
- Click on the Refresh or Reload button
1. Saving the file is easy. Go to the File menu and chooseSave. That's it! You have already told the computer where thefile is going and what it is called, so you don't have to tellit again.
2. Some programs (such as WordPad) will insist that you confirmthat you want this to be a Text document every time you save it.Fortunately, this is easy. It will ask you if you want to saveit as a text document, and you click on the button marked textdocument. If your program doesn't ask, it is automatically savingit as a text document.
3. Switch to the browser either on the Dock (Macintosh) orin the Task bar (PC).
4. Click on the Refresh or Reload button to read the file backin.
All these steps are necessary (but really easy) because yourbrowser reads the file from the disk when you first open it. Anychanges you make will be in the file that is on disk until yousave the file (step 1). We want to make sure it is still a textdocument (step 2). You need to be in the browser to see the fileas it will look on the web (step 3). The browser will not automaticallyread the changes until you tell it to do so (step 4); until thenit will still be showing you the old version of the file.
Opening an Old Document: The Next Day
Once you are done, you will close up all your programs andgo away. At some point, you will want to come back and edit thedocument some more and view it in your browser. Since you needto view it two different ways (in the word processor and in thebrowser), you can't simply double-click on the file and expectit to open in both views. On a Macintosh, when you double clickon a file, generally whatever program created it will be the oneto open, so if you find your file and double-click on it, theword processor is likely to open it. In Windows, generally anythingwith a .html or .htm extension will be opened by your browser.
As with opening the document in the browser for the first time,there are two ways to open the document (both in the Word processorand browser) the next day. The easy way is to locate the filein Finder or Windows (that is, not choosing Open from the Filemenu from within an application). Once you see the icon for thefile, right-click on the file (hold down the control key and clickon a one-button mouse). You should get a fly-out menu that includesOpen With. On a Windows computer, choose Word Pad from the OpenWith list. In Windows 7, you might have to click Choose Default Programfrom the Open With menu and then click on the arrow next to OtherPrograms in order to see WordPad (you probably want to uncheck the boxfor Always Open With). On a Mac, choose Text Edit. Next mimize the file(don'tclose it) and repeat the right-click and Open With, but this timechoose your browser from the Open With list (Safari, Firefox,Internet Explorer, etc.).
Alternatively, you can do this from within the applications.To open the file in your word processor, start the word processor(as you did to create a new document), and go to the file menuand choose open. You will be presented with the standard OpenDialog box, but you might not be able to see your file (if youare in Windows). You might have to choose what type of file youwant to be able to see. If, for example, you are using WordPad,it will automatically be looking for 'Files of type'Word for Windows (*.doc), and it will not show you .html files.Other word processors might automatically be looking for 'Filesof type' Text (*.txt). Find the choice for 'Files oftype' and choose All Documents (*.*).
Apple may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Apple can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Apple disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. Apple Footer.This site contains user submitted content, comments and opinions and is for informational purposes only. Skype for os x 10.6.8.
You can now go to the location where you saved the file, andyou should be able to see it and open it normally.
To open the file in the browser, follow the same steps as youdid when you first opened the file in the browser. You shouldnow be back to where you were when you finished with your fileopen in two views:
It is now ready for you to make changes in the word processand: save, as a text file, switch to the browser, and click onReload or Refresh.
Alternatively, you can locate the file in Finder or Windows(that is, not choosing Open from the File menu from within anapplication). Once you see the icon for the file, right-clickon the file (hold down the control key and click on a one-buttonmouse). You should get a fly-out menu that includes Open With.On a Windows computer, choose Word Pad from the Open With list.On a Mac, choose Text Edit. Next mimize the file (don't closeit) and repeat the right-click and Open With, but this time chooseyour browser from the Open With list (Safari, Firefox, InternetExplorer, etc.).
Ms Wordpad Logo
Points to Remember
|
Conclusion
If you are not used to switching among applications, this processmight seem complicated. However, it is fairly easy, and afteryou have done it once or twice it will not take any time at all.
This page was prepared by Dr.David M. MarcovitzLast Updated: October 3, 2011
As you may remember, the good old Paint app was destined to become an optional feature in Windows 10. The latest Insider Preview build 18963 indicates that WordPad shares the same fate as Paint.
- Create a new document and save it for the first time.
- View your new document in a browser (Internet Explorer or Netscape Navigator) for the first time.
- Edit your document and view the changes in your browser.
- Open an old document in your word processor for editing and viewing in your browser.
None of these steps are difficult, but each is extremely importantif you want to get your web pages to work.
Create a New Document
In order to create a new document, you must open your wordprocessor. Full-featured word processors are not always the bestchoice because of auto-formatting features that will re-interpretyour text and otherwise be too smart for their own good. The followingexamples will use WordPad because that is the most complex ofthe word processors recommended. If you use NotePad, TextEdit,SimpleText, or TeachText, you might not have to perform all ofthe functions. For example, these programs will only save filesas text files so you will not have to specify the file type.
On a Macintosh, you will have to find TextEdit, TeachText,or SimpleText. If you have trouble, use the Find feature to locateone of these programs. In Windows, NotePad and WordPad are locatedin the Start Menu, under Programs, under Accessories:
In Windows 7, click the Start Button, click All Programs, and click Accessories in order to find WordPad.
Now type your HTML document and choose Save from the File menu (in Windows 7, choose Save As and choose Plain Text Document).At this point, you need to pay attention to three things:
- where you are saving your file
- what your file is called
- what type of file you are saving
1. You can save your document wherever your want, but it mustbe somewhere you will remember. If you are in a public lab, youwill probably want to save it to your flash drive or network drive. You should give your document a simple name. Do not includeany spaces (i.e., make it all one word) or any other special characters.That is, use only letters and numbers. End the name of your documentwith .html or .htm. This will help your computer to recognizeit as an HTML file.
3. Save your document as a text document. HTML is all text,and browsers look for text files.
Using TextEdit on a Macintosh
If you use Macintosh OS X, you will have access to TextEdit.This simple word processor has many of the same features as WordPadfor the PC, including the ability to save and read RTF (rich textformat) files and interpret HTML commands. In order to ensurethat your document is created as a regular, ordinary, every daytext file (as opposed to a rich tet file), you will have to dothe following.
- Open TextEdit (probably in the Applications folder of your hard drive)
- From the TextEdit menu, choose Preferences
- Under the New Document Tab, change format to Plain Text and check the box for Wrap to Page
- Under the Open Tab, 'When saving a file,' uncheck the box for Append '.txt' extension to plain text files
- And 'When opening a file,' check the box for Ignore rich text commands in HTML files
When you are done, your preferences should look like the picturesabove (some versions of TextEdit might have these options layedout differently, but the options should still be the same).
Note that if you did not already have Plain text set for New Document Attributes, you will have to close the current blank document and open a new one because the current document is in rich text format, and that will not work. |
View Your Document in a Browser
Once you have created your document, you will want to viewit in your browser (e.g. Internet Explorer or Safari or Firefox).Since you will want to go back and forth between editing yourdocument (in the word processor) and viewing it (in the browser),you will not want to close the document. You will want to minimizeor hide it. On a Macintosh, you can simply go to the Text Editmenu and choose Hide TextEdit (or Hide whatever word processoryou are using). In Windows, you can minimize the current applicationby clicking on the line in the upper right hand corner (you havethree buttons: a line for minimize, two overlapping squares orone big square to change the size of the window, and an X to closethe window). Choose the line to minimize.
There are two ways to open your file in the browser. The easiestway is to find the file itself (in Finder or Windows Explorer,not in any application). Then, right-click on the file (ctrl-clickif you use a one-button mouse), and choose Open With. and pickyour browser.
Alternatively, you can open your browser in whatever way younormally do this (from the Start menu, from the Macintosh Dock,form a big e on your desktop, etc.). Once your browser is open,you will need to find the file that you just created and saved.In the File menu, you should choose Open or Open Fileor somethingsimilar depending on which version of which browser you are using(if you are using Inernet Explorer 7, you might find that youdon't have any menus; if this is the case, right-click in a blankarea near the top of the screen right below where the URL is showing,and choose Menu Bar from the flyout menu). At this point you willeither already be in a standard Open File dialog box, or you willneed to do something (probably click on a button marked Browse)to get into a standard Open File dialog box. You will then navigatethrough your computer to find the file in the place you savedit. If for example, you saved it on your floppy drive, click onthe arrow next to the current folder to choose the floppy drive.Once you find the file, click on it, and click Open or Open. InWindows, you probably have to click OK at this point, and youshould see the file in your browser as it will look on the web.
There are three likely things that can go wrong:
- You could not find the file at all.
- You found the file, but it does not look right.
- You found the file, and it will not open.
If you could not find the file at all, you either forgot whereyou put it, or you did not save it with the .html or .htm extension.If the latter is the case, you will have to use Save As in theword processor to save it again with the proper extension.
If you found the file, but it does not look right, that ispar for the course. That is why you will have to edit (see thenext section). If it looks almost identical to the way it lookedin the word processor, including all the HTML tags, you probablydid not save it with the .html or .htm extension, and will haveto use Save As in the word processor to save it again with theproper extension. If it looks like a bunch of gobbledygook, youprobably did not save it as a text file, and you will have touse Save As in the word processor to save it again as a text file
If you found the file, and it will not open, you probably gaveit a bad name. Some systems will have trouble opening some filenames, especially those with spaces in them. If this is the case,try using Save As in the word processor to save it again witha simpler name.
Edit Your Document and View Changes in the Browser
If you found the document in the browser, and it looks somethinglike a web page, you are doing great. Now, you will want to makechanges to the document and view the changes in the browser. First,you want to switch back to the word processor and then followa simple four-step process.
Wordpad Logopedia
If you followed the above directions and hid or minimized theword processor (and did not close it), you can easily switch backto it either by choosing it from the Applications menu (in theupper right hand corner on a Macintosh) or clicking on it in theApplications bar (usually at the bottom of the screen in Windows).Now make whatever changes you want to make and follow the fourstep process:
- Save the file
- As a text document
- Switch to the browser
- Click on the Refresh or Reload button
1. Saving the file is easy. Go to the File menu and chooseSave. That's it! You have already told the computer where thefile is going and what it is called, so you don't have to tellit again.
2. Some programs (such as WordPad) will insist that you confirmthat you want this to be a Text document every time you save it.Fortunately, this is easy. It will ask you if you want to saveit as a text document, and you click on the button marked textdocument. If your program doesn't ask, it is automatically savingit as a text document.
3. Switch to the browser either on the Dock (Macintosh) orin the Task bar (PC).
4. Click on the Refresh or Reload button to read the file backin.
All these steps are necessary (but really easy) because yourbrowser reads the file from the disk when you first open it. Anychanges you make will be in the file that is on disk until yousave the file (step 1). We want to make sure it is still a textdocument (step 2). You need to be in the browser to see the fileas it will look on the web (step 3). The browser will not automaticallyread the changes until you tell it to do so (step 4); until thenit will still be showing you the old version of the file.
Opening an Old Document: The Next Day
Once you are done, you will close up all your programs andgo away. At some point, you will want to come back and edit thedocument some more and view it in your browser. Since you needto view it two different ways (in the word processor and in thebrowser), you can't simply double-click on the file and expectit to open in both views. On a Macintosh, when you double clickon a file, generally whatever program created it will be the oneto open, so if you find your file and double-click on it, theword processor is likely to open it. In Windows, generally anythingwith a .html or .htm extension will be opened by your browser.
As with opening the document in the browser for the first time,there are two ways to open the document (both in the Word processorand browser) the next day. The easy way is to locate the filein Finder or Windows (that is, not choosing Open from the Filemenu from within an application). Once you see the icon for thefile, right-click on the file (hold down the control key and clickon a one-button mouse). You should get a fly-out menu that includesOpen With. On a Windows computer, choose Word Pad from the OpenWith list. In Windows 7, you might have to click Choose Default Programfrom the Open With menu and then click on the arrow next to OtherPrograms in order to see WordPad (you probably want to uncheck the boxfor Always Open With). On a Mac, choose Text Edit. Next mimize the file(don'tclose it) and repeat the right-click and Open With, but this timechoose your browser from the Open With list (Safari, Firefox,Internet Explorer, etc.).
Alternatively, you can do this from within the applications.To open the file in your word processor, start the word processor(as you did to create a new document), and go to the file menuand choose open. You will be presented with the standard OpenDialog box, but you might not be able to see your file (if youare in Windows). You might have to choose what type of file youwant to be able to see. If, for example, you are using WordPad,it will automatically be looking for 'Files of type'Word for Windows (*.doc), and it will not show you .html files.Other word processors might automatically be looking for 'Filesof type' Text (*.txt). Find the choice for 'Files oftype' and choose All Documents (*.*).
Apple may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Apple can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Apple disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. Apple Footer.This site contains user submitted content, comments and opinions and is for informational purposes only. Skype for os x 10.6.8.
You can now go to the location where you saved the file, andyou should be able to see it and open it normally.
To open the file in the browser, follow the same steps as youdid when you first opened the file in the browser. You shouldnow be back to where you were when you finished with your fileopen in two views:
It is now ready for you to make changes in the word processand: save, as a text file, switch to the browser, and click onReload or Refresh.
Alternatively, you can locate the file in Finder or Windows(that is, not choosing Open from the File menu from within anapplication). Once you see the icon for the file, right-clickon the file (hold down the control key and click on a one-buttonmouse). You should get a fly-out menu that includes Open With.On a Windows computer, choose Word Pad from the Open With list.On a Mac, choose Text Edit. Next mimize the file (don't closeit) and repeat the right-click and Open With, but this time chooseyour browser from the Open With list (Safari, Firefox, InternetExplorer, etc.).
Ms Wordpad Logo
Points to Remember
|
Conclusion
If you are not used to switching among applications, this processmight seem complicated. However, it is fairly easy, and afteryou have done it once or twice it will not take any time at all.
This page was prepared by Dr.David M. MarcovitzLast Updated: October 3, 2011
As you may remember, the good old Paint app was destined to become an optional feature in Windows 10. The latest Insider Preview build 18963 indicates that WordPad shares the same fate as Paint.
The optional features page in Build 18963 now lists both Paint and Wordpad apps. This means that both apps can be uninstalled, and they can also be eventually excluded from the default app set of Windows 10.
If you are a Windows Insider running build 18963, you can check out the change as follows.
- Open Settings.
- Navigate to Apps > Apps & features.
- Click on the Optional features link on the right.
- On the next page, click on the button Add a feature.
- Finally, on the next page you will see the classic Paint and Wordpad apps in the list.
Wordpad is a very simple text editor, more powerful than Notepad, but still less feature rich than Microsoft Word or LibreOffice Writer. It is good for creating a simple text document without complicated formatting.
As you may remember, starting with build 17063, the classic Microsoft Paint app in Windows 10 had a 'Product Alert' button. Clicking on the button opened a dialog that suggests that the app will be occasionally replaced with Paint 3D, and would be moved to the Store. Many people were not happy with this move from Microsoft. They were not ready to exchange the good old mspaint.exe with a completely different Store app because the old Paint has its own advantages and Paint 3D does not surpass it in every way. Classic Paint always loaded much faster, and had a more usable and friendlier user interface with superior mouse and keyboard usability.
Starting in Windows 10 Insider Preview build 18334 Microsoft has silently removed the Product Alert notice. See the screenshot from that build:
The button is missing in the toolbar.
As of now, MSPaint is still included in 1903. Also, it was updated with a set of accessibility features.
So, the change introduced in build 18963 hints that Microsoft will eventually remove the Paint and WordPad apps from the OS by making them optional.
Wordpad Logotipo
Advertisment