Hi Martha,

Generating HTML files for each page as mentioned in your first message is probably the best route to take for this type of document, and paging.

Adding simple "href" for next, previous, and home pages at the bottom of each page may be time consuming, but will get the job done. If you keep the file name simple, and just put a page number before the ".html", you can paste a formated previous, next, and home on each page. A better looking for would be to make each page a table, and save it seperately. I have included the html text here to make it easy for you. Just copy everything between the two lines of "*'s" to your editor, and you can edit the content to suit your needs.

Between the <TITLE> and </TITLE>, you can place title text that will show up in the window title. Change the "document1.html", and "document2.html" with proper page file names, and paste document text in place of "Document text goes here".

If you do not want Previous, Home, Next at the top of the page, just find and mark the <TR...> and </TR>, and delete it. <TR> is the command for "Table Row" <TD...> is for "Table Data" or cell.

As was mentioned before by Crystal, please do not reply directly to me, but to [EMAIL PROTECTED]

Best Regards,

Tom T.

************************************************************************
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>place a page title here</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.4 (Linux)">
<META NAME="AUTHOR" CONTENT="Tom Thornton">
<META NAME="CREATED" CONTENT="20050201;13162500">
<META NAME="CHANGEDBY" CONTENT="Tom Thornton">
<META NAME="CHANGED" CONTENT="20050201;13264800">
</HEAD>
<BODY LANG="en-US" DIR="LTR">
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="page-break-before: always">
<COL WIDTH=85*>
<COL WIDTH=85*>
<COL WIDTH=85*>
<TR VALIGN=TOP>
<TD WIDTH=33%>
<P ALIGN=RIGHT><A HREF="document1.html">Previous</A></P>
</TD>
<TD WIDTH=33%>
<P ALIGN=CENTER><A HREF="document1.html">Home</A></P>
</TD>
<TD WIDTH=33%>
<P><A HREF="document2.html">Next Page</A></P>
</TD>
</TR>
<TR>
<TD COLSPAN=3 WIDTH=100% VALIGN=TOP>
<P>Document text goes here</P>
<P><BR>
</P>
</TD>
</TR>
<TR VALIGN=TOP>
<TD WIDTH=33%>
<P ALIGN=RIGHT><A HREF="document1.html">Previous</A></P>
</TD>
<TD WIDTH=33%>
<P ALIGN=CENTER><A HREF="document1.html">Home</A></P>
</TD>
<TD WIDTH=33%>
<P><A HREF=document2.html">Next Page</A></P>
</TD>
</TR>
</TABLE>
<P><BR><BR>
</P>
</BODY>
</HTML>
************************************************************************



Martha N. wrote:
Hello,
I think I asked the question wrong. What I am wanting to do, is to make an
educational cd. I want to put my educational pages that I prepared on my
website, and put them on a cd. I then want others who receive the educational
cd, to be able to click on "next" or something like that, in order to get to
another page within the cd. This way, I will be able to distribute the
educational cd, and it will be easy for those that have it to get around to the
different pages within the cd. Martha N.




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




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



Reply via email to