Display content page by page

S

sathiya

I have created some html report for my application.
But I am not able to display the information page by page.
Like this,
-----------------------------------------------
Page Header
-----------------------------------------------
----------------------------------------------
Sub heading
----------------------------------------------


Body of the content


------------------------------------------------
Sub Footer
------------------------------------------------
------------------------------------------------
Page Footer
---------------------------------------------


Is there a standard way to display using html ?

Help !!
 
E

Evertjan.

Randy Webb wrote on 26 dec 2007 in comp.lang.javascript:
sathiya said the following on 12/26/2007 3:12 AM:

Not with plain HTML. Ask in comp.infosystems.www.authoring.stylesheets
for a possible CSS solution.

1 And/or use serverside techniques to make different html streams of your
single serverside file.

2 Footer positioning,
if you mean not just the last paragraph of a html page,
are a bad thing to implement in html, so forget your urge.
 
R

RobG

sathiya said:
I have created some html report for my application.
But I am not able to display the information page by page.
Like this,

Impossible with HTML, theoretically possible wiht CSS if you use a print
media stylesheet. However, I don't think enough browsers support it
well enough for it to be useful on the web.

<URL:
http://groups.google.com.au/group/c...t&q=header+footer+every+page#704fa2fc7265cd76
A project I'm working on just implemented a similar thing for printing
reports and used a PDF generator on the server to create 'print
friendly' versions. It has the advantage that users can download and
keep them in a reasonable format.
 
S

sathiya

Impossible with HTML, theoretically possible wiht CSS if you use a print
media stylesheet. However, I don't think enough browsers support it
well enough for it to be useful on the web.
Thank you replying .
Could you tell me , how did you generate the reports using pdf ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
anuragag27

Latest Threads

Top