Linking To A Paragraph in Other Documents

Suppose you wish to set a link from document A and a specific section in document B. The process is similar to putting an anchor in the same document:

[blue bullet]> 
		Create another document. Let's call it <I>anchtst2.htm</I>. Make it long,
		by copying and pasting many lines of text and <P>.<BR>

	<DD><IMG SRC= Go to Anchor 1 in Anchortest1</A>
<P>
<A HREF="anchtst1.htm#Anchor2">
Go to Anchor 2 in Anchortest1</A>

<P>

[blue bullet]> 
		Save <I>anchtst2.htm</I> as a text ONLY file<I>.</I><BR>

	<DD><IMG SRC= Go to Anchor 1 in Anchortest2</A>
<P>
<A HREF="anchtst2.htm#Anchor2">
Go to Anchor 2 in Anchortest2</A>

<P>

[blue bullet]> 
		Save <I>anchtst1.htm</I> as a TEXT ONLY file with the <B>.htm</B> (for
		Windows) or the <B>.htm</B> (for Macintosh) extension.</I><P>

</DL>

<H3>Viewing<I> anchtst1.html</H3>
</I>Clicking on the words <B>Go to Anchor 1 in Anchortest2</B> will link you to 
<B>Anchor 1</B> in <I>anchtst2.htm,</I> etc.

<H3>Viewing<I> anchtst2.html </H3>
</I>Clicking on the words <B>Go to Anchor 1 in Anchortest1</B> will link you to 
<B>Anchor 1</B> in <I>anchtst1.htm, </I>etc. 

<P>

<FONT SIZE=

[Back] Back to Linking Documents with HTML
[Up] Up to the Contents page