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, Alum
-
262,816 Points
Posted 6 years ago
-
606 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,678 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
-
44,948 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
- 122 Conversations
- 976 Followers
-
HTML snippets
- 7 Conversations
- 46 Followers
Drew N, Alum
Thanks
Drew