• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

links in content page

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
 
Rich, I had the same problem too. I've been waiting and waiting for the release of Sitebuilder version 5 in hopes that the new version will have some added features and bug fixes. I've tried linking to actual directories in the domain vnetpub dir and I can't even seem to get access to the correct directories.
If you found out what was causing this problem, as I see no one replied, and if you found out the problem yourself, would you be so kind as to post the fix or what you found out that caused the links to get corrupt?
Thanks,
Dave.



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
 
I just put all the links into html cells and it seems to work ok.
 
Back
Top