Great, I'll try that, I was thinking of style sheet but again, my web experience is limited. What I have is a small webform with a single label webcontrol. After building the recipt, I simple set the receipt string value to the label and then call to print.
I realize that this is probably not the correct thread but I have to ask you, my second big problem right now is that the clients to my web application will be Kiosks, the kiosks have a card-reader device connected to the serial port. I have a
vb object that initializes and reads the card-string from the device when the web application and these other objects are installed in the kiosk, but I am struggling trying to figure out how to make this work from the webserver. I have liberty to install components into the kiosks if needed, but of course we prefer everything at the web server.
Some direction on this please.. boy I tell you, client-side stuff is a bear on this environment.