I want use iframe in dnn. I have a html file into skin path of site . I use this code but get error. Please advice.
<iframe src="<%SkinPath%>/advertisement_anim.html"></iframe>
I just post back my answer as reference. As DNN based on Microsoft .NET, the following syntax would work:
<iframe src="<%=SkinPath%>/advertisement_anim.html"></iframe>