Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
pagemanager: code to show main site in tab
Hi guys,
i would like to use page manager to enable users of my forum to view a seperate webpage in one of the tabs. I beleive this is called framing? im a noob at this and would like any help. What code do i put in the pagemanager settings to allow me to do this?
0
This discussion has been closed.
Comments
<iframe src="http://www.somewhere.com/" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" height="600" width="600"></iframe>
This should give you some idea, play around with the width, height and scrolling parameters if you like.
Posted: Thursday, 10 January 2008 at 6:23PM
Sorry, I'm not in a position to test this.