Hi.
I have a string called sFrag that contain HTML code of the form
sFrag = " <TABLE> <TR> <B> Hello World ........ <\TABLE> "
I need this to be printed to the printer in its table format. But when I try Printer.Print sFrag it just prints the characters and text (and not in the table format I want)
Any ideas of how to print it so it's in its nice formatted Table HTML format.
Anyway, thanks for the help,
D
I have a string called sFrag that contain HTML code of the form
sFrag = " <TABLE> <TR> <B> Hello World ........ <\TABLE> "
I need this to be printed to the printer in its table format. But when I try Printer.Print sFrag it just prints the characters and text (and not in the table format I want)
Any ideas of how to print it so it's in its nice formatted Table HTML format.
Anyway, thanks for the help,
D