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>
<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>
Comment