Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

In DTM - How can I create mbox around a specific DIV

Avatar

Level 1

I have seen conditional mbox being created around css class but can I create it around div.

1 Accepted Solution

Avatar

Correct answer by
Employee

div#id  or div.class

 

Where ID is the id of the specific div or class is the class name of that div. 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

div#id  or div.class

 

Where ID is the id of the specific div or class is the class name of that div.