1 / 13

Translating to .html

Translating to .html. tools for web page creation. Plugins. Several common document types are displayed using “plugins” in your browser word documents *.doc powerpoint presentations *.ppt portable document format *.pdf Both *.doc and *.ppt can be converted to html so no plugins are needed.

lucie
Télécharger la présentation

Translating to .html

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Translating to .html tools for web page creation

  2. Plugins • Several common document types are displayed using “plugins” in your browser • word documents *.doc • powerpoint presentations *.ppt • portable document format *.pdf • Both *.doc and *.ppt can be converted to html so no plugins are needed

  3. Why? • Advantages • browsers without plugins can display them • They don’t cause “pauses” while the plugins load • Sources are uniform in their types (all html) • Disadvantages • Some structure may be lost

  4. Preliminaries • First create a new directory • Make a copy of the files you want to translate.

  5. Translating powerpoint step 1 • Open the powerpoint file • Choose the “save as” option in the file tab

  6. Translating powerpoint step 2 • In the choose a file window that pops up select the “save as webpage” format

  7. Translating powerpoint step 3 • Note two things are aded to the directory • a directory called “presentation_files” • a file called “presentation.html”

  8. Translating word step 1 • Open the word document then select the save as option from the file tab.

  9. Translating word step 2 • In the file selection window choose “save as webpage”

  10. Translating word step 3 Note creation of “paper.htm” and directory “paper_files”

  11. What’s inside the directories All kinds of things. Many are pointed to from in the file “presentation.htm” using absoulute links. You must move the directory and the file together when you publish.

  12. Using the newly created files <title>Practice Translating</title> <CENTER> <BIG>Practice Translating</BIG> </CENTER> <p> <UL> <LI> <A HREF="paper.htm">paper as html</A> <LI> <A HREF="presentation.htm">presentation as html</A> </UL> <p> <A HREF="../DailyRecord.html#Today"> Back to the Daily Record.</A> <p> <A HREF="../index.html"> Back to the class web-page.</A> create a html file and put links to the created files. The links can be absolute or relative. I used relative links because my html file is in the same directory as the translated files

  13. What’s it look like?

More Related