• Hey kmsultan, I am a little confused about the question.  If you are the one creating the webpage which needs to be printed then you should have the data itself and can properly format it another way.  If you are going for clientside printing you can use the javascript print feature, which will have the user select a printer to print to.

    If you really need to print using the HTML code itself then you will probubly need to look at using an HTML parsing engine like gecko (which firefox uses).  I have never attempted that before and would seriously look at your options before starting something this major.

    Jereme