Using Target in Websites having Layering | Community
Skip to main content
Level 2
January 30, 2019
Solved

Using Target in Websites having Layering

  • January 30, 2019
  • 2 replies
  • 2423 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 replies

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
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  !!