R Ren3gade10 Member Feb 8, 2014 #1 Example: Their page is inside Xenforo. How can I do that? Last edited: Feb 8, 2014
Steve F Well-known member Feb 8, 2014 #2 They're just using a iframe to display the page. To make a page go to Applications -> Create New Page Upvote 0 Downvote
They're just using a iframe to display the page. To make a page go to Applications -> Create New Page
R Ren3gade10 Member Feb 8, 2014 #3 Steve F said: They're just using a iframe to display the page. To make a page go to Applications -> Create New Page Click to expand... Thank you Steve F But how exactly do I setup an iFrame on the Create New Page? Upvote 0 Downvote
Steve F said: They're just using a iframe to display the page. To make a page go to Applications -> Create New Page Click to expand... Thank you Steve F But how exactly do I setup an iFrame on the Create New Page?
oman Well-known member Feb 8, 2014 #4 You can enter any html so you should be able to create one with html code: Code: <iframe src="http://www.yoururl.com"></iframe> Add it here when creating or editing the page: Upvote 0 Downvote
You can enter any html so you should be able to create one with html code: Code: <iframe src="http://www.yoururl.com"></iframe> Add it here when creating or editing the page:
R Ren3gade10 Member Feb 8, 2014 #5 oman said: You can enter any html so you should be able to create one with html code: Code: <iframe src="http://www.yoururl.com"></iframe> Add it here when creating or editing the page: View attachment 66772 Click to expand... Okay thanks! But that created a really small box lol. But I got it figured out. Thank you. Upvote 0 Downvote
oman said: You can enter any html so you should be able to create one with html code: Code: <iframe src="http://www.yoururl.com"></iframe> Add it here when creating or editing the page: View attachment 66772 Click to expand... Okay thanks! But that created a really small box lol. But I got it figured out. Thank you.
oman Well-known member Feb 8, 2014 #6 Ren3gade10 said: Okay thanks! But that created a really small box lol. But I got it figured out. Thank you. Click to expand... Glad you figured it out. Upvote 0 Downvote
Ren3gade10 said: Okay thanks! But that created a really small box lol. But I got it figured out. Thank you. Click to expand... Glad you figured it out.