I'm not sure about the exact nature of the problem, here.
First, stop using FrontPage! Learn to write HTML, CSS, and JavaScript "by hand".
Second, realize that you can put standard HTML into an aspx (ASP.NET WebForm). You don't HAVE to use an ASP.NET Web Control.
If you want an ASP.NET page to contain a hyperlink to a standard web page, then just include a standard hyperlink!
<a href="myStandardPage.html">Link to my non-asp.net page</a>
If you want a standard HTML page to link to an ASP.NET page, it's the same thing.
<a href="myASPNETpage.aspx">Link to my ASP.NET page</a>
If I haven't answered your question, try asking it again, and be very, very specific.
Reputation Points: 227
Solved Threads: 37
Made Her Cry
Offline 1,697 posts
since Dec 2004