2

I'm new to dot net nuke and I'm searching for a way to load a banner module inside an iframe.

How to figure out this?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
not 0x12
  • 19,360
  • 22
  • 67
  • 133
  • Normally DNN modules are not loaded in an iFrame but rather in a content area inside of the DotNetNuke skin - can you clarify what you are doing? – braindice Oct 09 '12 at 18:38
  • well my intention was to place a dnn banner module within the html module – not 0x12 Oct 10 '12 at 06:18

1 Answers1

0

Modules are not loaded into an iFrame or an HTML module. Normally you would have a module that has the specific function you want and then place that in a content section in the site. In the case of DNN there is a banner module. You can see some hints on using it in the video.

http://www.youtube.com/watch?v=iRzrTgUH8Hk

braindice
  • 988
  • 5
  • 16