Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

How to hide 'View in browser' text in Adobe Campaign standard ?

Avatar

Level 2

Hi Team,

With AC V6 and v7, i used add the below code and hide the text, when we click on the View in browser link. I would like to know how is done in ACS. Please advise.

When clicked on the below link. (Email TEST proof screenshot)

1453981_pastedImage_0.png

It hides the line of TEXT in the browser, when we view the email online ( View in browser screenshot  )

1453991_pastedImage_1.png

This was done by adding the code - <% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %> <a href="<%@ include view='MirrorPageUrl' %>" _label="Mirror Page" _type="mirrorPage" alias="Read Online" target="_blank" style="color:#666666;">click here</a> <% } %>

How is this achieved in Adobe campaign standard ?

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

It's per default in the link to mirror page content block

1454485_pastedImage_0.png

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hi,

It's per default in the link to mirror page content block

1454485_pastedImage_0.png