Adding a printer icon

I installed a Canon S750 printer on my desktop. How do I add a printer icon to the top of my homepage I can click on to print? My OS is Windows XP Pro. Thank You.

#493808

Ok, are you looking to add a printer link to a website or something else?

For the latter you'd need something like:

<form>

<input type="button" value="Print This Page" onClick="window.print()" />

</form>

#493858

No, I would like to have an icon(maybe in my toolbar) I can click on that will take me to my printer.

#493866

so I guess you meant desktop, not homepage

#493874

I would like to have it on my homepage.

#493907

Um...The homepage is the website that opens when you load your browser. Since you can't add stuff to it unless you're the site admin (:P), I assume you're wanting to add a Print icon to your Browser's toolbar.

In IE7, there should be an icon by default, if it isn't do this: right click on the command toolbar, select "Customise Command Bar"->"Add New Commands". Drag-drop the print icon from the left pane to the right.

In FF, right click on a toolbar, select customise, then drag the Printer icon from the pane onto wherever you want it.

#493946

Thank You. This did the trick. As you can see, I know practically nothing about computers, thanks to people like you, I am learning. Thanks Again.

#494006