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




30 January 2024

How to display a PDF file on your site

1. Go to your site.

2. Add the PDF file to your media library.

3. After adding your file, copy(ctl+a and ctrl+c) the URL of your file.

4. add an HTML, CSS, JS element to your site.

5. set the correct width and height of the element. The optimal size is 1200px by 1000px.

6. Go to edit the HTML, CSS, JS element.

7. Copy the HTML code below and paste it into the HTML element. Before this action, I recommend removing all tags from the HTML, CSS, JS element (ctrl+a then backspace).

 
<iframe width='Set Width' height='Set Height' frameborder='0' src = "[Paste URL product]" ></ iframe >
 

 

8. Publish your site.