View Single Post
Old September 27th, 2002, 05:36 PM     #2 (permalink)
LinuxNewbie
Banned
 
Join Date: Sep 2002
Posts: 194
i'm just guessing but here is what i think may work
Code:
<a href="page1.html" href="page2.html">clix here</a>
try this one as well
Code:
<a href="page1.html"><a href="page2.html">clix here</a></a>
to test your website, just run apache server and type "localhost" in the addressbar of Mozilla or IE. you don't even need internet to see your own work
LinuxNewbie is offline   Reply With Quote