Log in

Sign up

Webmaster's panel

Categories.

Didn't find a solution to your problem? Contact us on live online chat or ask on Facebook group.

 

Missing any feature? Share your ideas with us.

WebWave's logo

WebWave drag and drop website builder lets you create unique websites. You can build your website from scratch by starting with a blank page, or choose various website templates from our free collection and modify them according to your needs. With WebWave website builder, you have a complete website design and hosting system at your fingertips.

This website was created with WebWave.

Find us online




16 January 2024

How to add your Google docs document to the website

Google docs is a set of office tools that allows you to create text documents, spreadsheets and even presentations. It allows the function of publishing to your site and sharing documents with other users.

1. log in to Google docs.

2. create your document/spreadsheet/presentation.

3. go to "File" -> "Publish to the web."

4. select "Place" and copy the entire contents of the code.

5. In the wizard, add an HTML element and paste the copied code there*.
*Add a snippet to the code in the HTML element:

<style> 

 iframe {   

width: 100%; 

height: 100vh; 

}

</style>

6. your Google file has been correctly added to the website.