• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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