• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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