Announcement

Collapse
No announcement yet.

How to remove Actinic refferer link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to remove Actinic refferer link

    I have an Actinic refferer link on my Brochure Home Page of my www.astonlee.com site, which I would like to remove, but unsure how to go about removing this link, has I only have a basic knowledge of html coding:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
    <!-- When logged in, this gives the company name, username and a login link -->
    <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br />
    </actinic:block>

    <div align="center">
    <actinic:variable name="HeaderFooter" value="Header Text" />
    </div>

    <actinic:variable name="INNERLAYOUT" />

    <div align="center">
    <actinic:variable name="HeaderFooter" value="Footer Text" />
    </div>

    <actinic:variable name="ReferrerLink" />

    </td>
    </tr>
    </table>
    Regards
    Alan

    www.astonlee.com
    www.mctooling.com
    www.subconeng.com

    #2
    Have you tried removing the item you've highlighted in red?

    Comment


      #3
      Hi lee,
      Yes I have remove it, but it still being displayed on the site?
      Regards
      Alan

      www.astonlee.com
      www.mctooling.com
      www.subconeng.com

      Comment

      Working...
      X