Skip to main content
Level 2
January 30, 2019
Répondu

Using Target in Websites having Layering

Hi There,

I have a website where layering is done on the pages , one layer of video runs in the background with text and icons being overlapped on a different layer.

When I create a Target activity and the try to edit the elements on the pages in the VEC,  I am not able to edit the content in the background layer because I am not able to catch the HTML tags for that page using the Edit text/HTML options.

Can someone help. Any help would be appreciated.

Thanks

Ce sujet a été fermé aux réponses.
Meilleure réponse par Andrey_Osadchuk

If you confident with CSS selectors, then consider using Modification (click on the </> icon on the top).

Let me know if that helps.

Alternatively, try the following:

1. Select the element the way it's posisble

2. Click "Expand Selection"

3. Click "Edit" > "Text/HTML". Check the HTML.

If the HTML still does not contain the desired layer, repeat (1) and (2) and Expand Selection one more time. Keep expanding unless you find the element you would like to amend.

2 commentaires

Andrey_Osadchuk
Level 10
January 30, 2019

If you confident with CSS selectors, then consider using Modification (click on the </> icon on the top).

Let me know if that helps.

Alternatively, try the following:

1. Select the element the way it's posisble

2. Click "Expand Selection"

3. Click "Edit" > "Text/HTML". Check the HTML.

If the HTML still does not contain the desired layer, repeat (1) and (2) and Expand Selection one more time. Keep expanding unless you find the element you would like to amend.

Level 2
January 31, 2019

Thanks a lot Andrey !! Expanding the selection a couple of time gave me the html tag for the background layer  !!