Thread: iLiad HTML alternate views
View Single Post
Old 05-10-2007, 09:44 PM   #2
ebooklvr
iLiad newbie
ebooklvr began at the beginning.
 
ebooklvr's Avatar
 
Posts: 5
Karma: 10
Join Date: Apr 2007
Device: Iliad/Zaurus SL-5500
Hi Dorian.

I just tried the following html link code and it worked for me between two documents.

<a href="document to link to"> text to display on link </a>

For example

Create document #1 called 1rst.html
Code:
<html>
<body>
<p> This is the first document <p>
<a href="2nd.html">goto 2nd document</a>
</body>
</html>
Create document #2 called 2nd.html
Code:
<html>
<body>
<p> This is the second document <p>
<a href="1rst.html">goto 1rst document</a>
</body>
</html>
Hope this helps.
ebooklvr is offline   Reply With Quote