....When I say 'form' I'm talking about a conventional paper version, as
opposed to a <form>.
I'm building a web-based application which needs to be able to create
Invoices/Advice Notes/Order Acknowledgement s etc... The application itself
has a largely fluid layout, but for these printed documents I need to make
them fixed, such that the printed layout is consistent. That is, they need
to look consistent on an A4 page.
Its worth noting that the printable version will be displayed in a page, but
only to be immediately printed. That is, there doesnt specifically need to
be a screen stylesheet, since the user will only print the page, rather that
look at it on-screen.
Before I start bodging my own solution, I thought I'd better do some
homework on what the best approach to take - hence I'm asking you guys!
I've googled for help, and there is plenty out there, but I'm still sorting
the wheat from the chaff. I'm also finding a few annoying things like that
there is a great @Page directive in CSS, which is all but unsupported!
Most of these forms/documents are tabular by nature, but I'm trying to
resist resorting to a tables-within-tables layout as yet.
How best do I control this layout? Do I specify a bounding block of a fixed
width? Do I use px/pt/cm/em/etc widths? How do I make sure that the content
wraps rather than stretches it's container?
It's hard to ask more specific questions because I don't know what I don't
know!
Anyway, thanks in advance...
Chris
--
cjmnews04@REMOV EMEyahoo.co.uk
[remove the obvious bits]
opposed to a <form>.
I'm building a web-based application which needs to be able to create
Invoices/Advice Notes/Order Acknowledgement s etc... The application itself
has a largely fluid layout, but for these printed documents I need to make
them fixed, such that the printed layout is consistent. That is, they need
to look consistent on an A4 page.
Its worth noting that the printable version will be displayed in a page, but
only to be immediately printed. That is, there doesnt specifically need to
be a screen stylesheet, since the user will only print the page, rather that
look at it on-screen.
Before I start bodging my own solution, I thought I'd better do some
homework on what the best approach to take - hence I'm asking you guys!
I've googled for help, and there is plenty out there, but I'm still sorting
the wheat from the chaff. I'm also finding a few annoying things like that
there is a great @Page directive in CSS, which is all but unsupported!
Most of these forms/documents are tabular by nature, but I'm trying to
resist resorting to a tables-within-tables layout as yet.
How best do I control this layout? Do I specify a bounding block of a fixed
width? Do I use px/pt/cm/em/etc widths? How do I make sure that the content
wraps rather than stretches it's container?
It's hard to ask more specific questions because I don't know what I don't
know!
Anyway, thanks in advance...
Chris
--
cjmnews04@REMOV EMEyahoo.co.uk
[remove the obvious bits]
Comment