Forum Moderators: open
A border around them.
A nice heading style.
A table at the bottom with text that will be dynamically replaced with input data. I don't have to worry about that, I just need to make the space there.
They should "look real nice"...
How do I even start?
How many pixels is a printed page? (Height, width, how do I figure this out?)
The forms have to print with a header at the top and a footer at the bottom. I lack programming expertise and time to do anything elaborate with includes. I also lack time for anything but the most basic CSS. Also, we can't use PDFs for some reason.
So, any suggestions for a basic, simple, printed HTML form? I'm just trying to figure out where to start.
I would recommend the PDF format, because that is its intended purpose. HTML was not really intended for printing. PDF has the document structure needed for printing needs. I here the same restrictions all the time and don't understand why people don't want to use the right tool for the job.
You could also use other formats that are more proprietary like doc, but you need to make sure people have the capability of reading them.
HTML will be a big pain in the rear and will not print the same across platforms, printers, and browsers. It really is the worst choice for printing.
So, yes, I really, truly, honestly have to do this using HTML.
Yes. It's something that was programmed in, i think, Delphi 7. It has nothing to do with the Web or browsers at all. It's downloaded and installed on the client machine and does not interface to the Web at all.
They just need HTML as the markup language for the documents the program contains because it's the only thing that works with the program. This is something I am not at all involved in. They've just come to me for the HTML forms.
2) If I style it in HTML with fixed-width and fixed-height tables, and fix the font sizes, then it should work, right?
3) What, doesn't anyone relish a really stupid challenge like I do? Come on, this is what I do for a living. My job is awesome.