#1 Stop Yelling
#2 FrontPage cannot do that on its own. You could use a new
stylesheet for printing, and redo the layout
: IS THERE ANY WAY THAT FRONT PAGE CAN FORMAT THE INFOMATION
SO WE CAN PRINT
: EVERTHING IN ONE SINGLE SHEET OF PAPER??
:
: "Tom Willett" wrote:
:
: > YW ;-)
: > --
: > ===
: > Tom Willett
: > Microsoft MVP - FrontPage
: > ---
: > FrontPage Support:
: >
http://www.frontpagemvps.com/
: > ===
message
: > : > | Thanks, Tom!
: > |
: > | --
: > | Murray
: > | --------------
: > | MVP FrontPage
: > |
: > |
message
: > | : > | > Print Button (Courtesy of Murray):
: > | >
: > | > Put this in the head of the document -
: > | >
: > | > <script type="text/javascript">
: > | > function print_page(where){
: > | > var is_mac=(navigator.platform.indexOf("ac") != -1);
: > | > (document.all && is_mac)?
: > | > alert("Select \"Print\" from the menu") : where?
where.window.print() :
: > | > window.print();
: > | > }
: > | > </script>
: > | >
: > | > Put this in the body of the document -
: > | > <a href="javascript
rint_page()">Print this</a>
: > | > --
: > | > ===
: > | > Tom Willett
: > | > Microsoft MVP - FrontPage
: > | > ---
: > | > FrontPage Support:
: > | >
http://www.frontpagemvps.com/
: > | > ===
message
: > | >
: > | > |I am trying to print the content of some part on
the web page i'm
: > | > creating;
: > | > I
: > | > | saw some pages that have a "print" button i just
want to know how to
: > do
: > | > this
: > | >
: > | >
: > |
: > |
: >
: >
: >