Rogaty <[EMAIL PROTECTED]> said: 

> Could you suggest what would be the most efficient way of dividing article
> (text, some content) into pages (sections)?
> 

>From a user perspective your best bet may be to decide on a 'page break
standard otherwise you would have to work out an interface to edit the 

eg put

--PAGEBREAK--

and do a 
if !($pageno) $pageno=0;
$parts = split("--PAGEBREAK--", $article->content);
?>&(parts.pageno);<?

Page : <a href="?pageno=1>1</a>.........

There is something in the CSS spec for doing page page breaks, but to actually
interface this into something a user would understand may be difficult..



regards
alan


> ---
> Pozdrawiam
> Rogaty
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



-- 
Technical Director
Linux Center (HK) Ltd.
www.hklc.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to