R
Rich Hill
Guest
When I put in links like this:
<asp:Content runat="server" ContentPlaceHolderID="content">
<a href="/Portraits/index.html">Portraits</a><br/>
<a href="/Sports/index.html">Sports</a><br/>
<a href="/Products/index.html">Products</a><br/>
<a href="/Landscapes/index.html">Landscapes</a><br/>
<a href="/Nature/nature.html">Nature</a><br/>
<a href="/Architecture/index.html">Architecture</a><br/>
<a href="/Effects/index.html">Effects</a><br/></asp:Content>
They don't show up correctly. For instance... Portraits links to Products, Sports links to Landscapes, etc. Any ideas?
Thanks,
Rich
<asp:Content runat="server" ContentPlaceHolderID="content">
<a href="/Portraits/index.html">Portraits</a><br/>
<a href="/Sports/index.html">Sports</a><br/>
<a href="/Products/index.html">Products</a><br/>
<a href="/Landscapes/index.html">Landscapes</a><br/>
<a href="/Nature/nature.html">Nature</a><br/>
<a href="/Architecture/index.html">Architecture</a><br/>
<a href="/Effects/index.html">Effects</a><br/></asp:Content>
They don't show up correctly. For instance... Portraits links to Products, Sports links to Landscapes, etc. Any ideas?
Thanks,
Rich