Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

A way to create a printable page or adobe document?

I have a page on my website that I'd like people to be able to print as a document without the menu bar. Is this possible on iweb?


Thanks for your help.

iMac, Mac OS X (10.6.7), 27 inch

Posted on Sep 2, 2011 9:27 PM

Reply
Question marked as Best reply

Posted on Sep 3, 2011 12:09 AM

Once published, your visitor will see a webpage the way you created it.


If you do not want a menu bar, hide it in iWeb.

5 replies

Sep 5, 2011 10:17 AM in response to fosterm

There may be a way to do it with javascript. If it can be done Wyodor has the skills to write the script.


1 - create a duplicate web page (print page) without the navbar.

2 - do not include the print page in the navbar for the other pages.

3 - publish the site.

4 - add an HTML snippet with script to take the visitor to the print page and print.


It would require combining code like this:


<form>

<input type=button

value="insert button text here"

onClick="self.location='URL OF PRINT PAGE'">

</form>


which sends the visitor to another page with this script:


<FORM>

<INPUT TYPE="button" onClick="window.print()">

</FORM>


I'm not sure it can be done but I'm sure Wyodor will know.


If it can't you can just create the go to button but name it print and then add the print button on the print page.


OT

Dec 10, 2011 4:02 PM in response to fosterm

I finally had the time to deal with this but I did as suggested, make another page that can be printed and in the inspector box, under general, click on options to remove the nav bar. There is an option to include the link from one my pages when choosing to hyperlink the "click to print".


Thanks for your suggestions.

A way to create a printable page or adobe document?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.