|
Posted by dorayme on 06/08/06 01:22
In article
<1149725900.328774.39230@y43g2000cwc.googlegroups.com>,
chunji08@gmail.com wrote:
> you mean something like this:
>
> <html>
> ....page 1
> </html>
> ... page 2
> </html>
> ... page 3
> </html>
>
> I have just tried, it does not work ?
>
> -CJ
>
>
> dorayme wrote:
> > In article
> > <1149722686.368653.133410@h76g2000cwa.googlegroups.com>,
> > chunji08@gmail.com wrote:
> >
> > > Does someone know how to set a page break in html ?
> > >
> > > I know how to set the breaks when this file is being print out. What I
> > > am looking for is how to set the page break when the html file is being
> > > viewed through any browsers.
> > >
> >
> > At the very end of your html markup for each page, put the
> > following line:
> >
> > </html>
> >
> > --
> > dorayme
What exactly do you want to do? If you are saying, "I have this
long doc, it has pics and text and things and it is simple to
make a printer know how to print it on separate pages but how do
you make the pages that would print on separate A4 sheets of
paper appear on separate pages of a website, the answer is that
you must put each page into a separate .html file with a link so
that the viewer can click to the next page. You cannot know what
size screen or resolution the viewer has so you cannot try to put
all in one file and hope the viewer's page down button will work
in the required quanta.
There, I have atoned for my previous flippancy.
--
dorayme
Navigation:
[Reply to this message]
|