I need to split some large html files into smaller chunks. I haven't figured out how to do that directly. One way to do it indirectly is to convert the html file to latex using gnuhtml2latex, and then use latex2html to produce properly chunked html files. That works OK. Still, is there a more direct way to do it? -- Lance Simmons