Solved
Extra Div Creation
When i am using teaser in my site creation.. it is creating extra div??
Is there any way to get rid of it....it is changing my design layout
When i am using teaser in my site creation.. it is creating extra div??
Is there any way to get rid of it....it is changing my design layout
Hi,
Add this piece of code in global.jsp of your project to avoid extra div generated by AEM:
<%
if (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(request) != WCMMode.DESIGN) {
componentContext.setDefaultDecorationTagName( "" );
}
%>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.