Note: We want to provide a few common and useful snippets for your use, but our support department is not able to assist you with editing code. They can help you with code placement.
You can add this code in an HTML box on your page to have a Print button
<input type="button"
onClick="window.print()"
value="Print This Page"/>
Drew N, Community Manager
-
260,764 Points
Posted 5 years ago
-
566 Points
This reply was created from a merged topic originally titled
Print function for guests at my website.
I would like for my website to allow guests to click and print from my website. Does Homestead have any codes for this function?
Print function for guests at my website.
I would like for my website to allow guests to click and print from my website. Does Homestead have any codes for this function?
-
102 Points
This reply was created from a merged topic originally titled
Can I print a page from my website. Is there a print option?.
Can I print a page from my website. Is there a print option?.
Mike F., Alum
-
184,438 Points
You can always just use the print feature that is already built into your web browser, but if you wan to put a print button right on the web page you can try the code above. if you wish.
Mike
Mike
-
212 Points
Your HTML code worked on my sitebuilder plus website but when I use it on my site using the new editor it returns a blank page.
Elyzabeth , Official Rep
-
27,736 Points
This code was from 2014, when we were using that older builder. It is not made for Website Builder. If you need that function, you can most likely find code for that through Google.
Related Categories
-
Sitebuilder Plus
- 166 Conversations
- 894 Followers
-
HTML snippets
- 32 Conversations
- 45 Followers
Drew N, Community Manager
Thanks
Drew