Print Button

P

Pete

HI , Im a new user to Publisher. I have spent sometime designing a reference
web site. I haved look high and low for an answer to this question.
I have put an icon of a printer at the bottom of certain pages so my
customers can click on it and print the page. But i cant find a print
button(Everthing else but !). how do I do this?
Do i need to use HTML code ? If so can you type it out for me. Or is there
an easyer way. I have tryed to find many options (like the submit button) but
I dont think that will work. Its the only thing holding me up.
Thanks for any help!
 
M

Mike Koewler

Pete,

Create a hyperlink to your text and make the hyperlink
<a href="javascript:print()"></a>

Of course, if the visitor has js disabled, it won't work.

Mike
 
P

Pete

Mike, Thanks for the response and patience with people like me. But I need
more detail. I understand part of what your saying, but when you say "Make"
just how do i do that?
On the page that I want to print I have put a clip art printer at the bottom
and a small text box with "Print Page" Bellow that. I would like them to
click on the clip art to seed to print. I right click on it and can make it a
hyperlink. It opens the edit hyperlink page. At this point just what do I do,
or is what im doing so far correct?
Do I need to open the HTML code Fragmet? If so how do I insert the code to
the object? Is there a Key stroke that opens the whole HTML code screen like
in Front Page? Could you give me step by step instrutions? Hang with me
Mike....Thanks!
 
M

Mike Koewler

Pete,

In the edit hyperlink page, add: "javascript:print()" without the quote
marks as the address.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top