Posts

Showing posts with the label Google Docs Viewer

Using Google Docs Viewer to embed online documents into your web page

Image
Some instructions on using Google Docs Viewer to embed online documents into your web page. Step 1: use the iframe tag to create an “internal” frame within your document So the essential part of embedding online documents into your we page is to use the iframe tag in your html. The iframe tag accepts 3 x attributes: “src”, “width” and “height” If you are interested in removing the border from the iframe tag simply do this by the frameBorder attribute (remember - frameBorder is case-sensitive): frameBorder=”0” Step 2: Use the Google Docs link within your src attribute This is the Google docs link that you will append to the 'src' section of the iframe tag: https://docs.google.com/gview? So that all you need to do is supply the URL that Google docs view needs to point to. In this example, we are interested in embedding the following document, which is a Microsoft PowerPoint presentation that you can download from the Adobe site: https://www.adobe.com/suppor...