Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
[Help] Custom Pages 2.0
|
| Author |
Message |
AjEe
Junior Member
Posts: 13
Joined: Aug 2008
Reputation: 0
|
[Help] Custom Pages 2.0
I need some help regarding custom pages 2.0 for MyBB 1.4.1.
I wanted to create a custom page with the IFRAME code but its not working.
May u help me please. Following is my code:
Code:
<iframe src="http://mail.projectw.pk/" width="100%" height="100%" "></iframe>
But this is not working for me. If i edit in desing mode its working while if we can view this page from index page its not working . Please help.
NOTE: I wanted to show this particular page in custom pages created page.
(This post was last modified: 09-05-2008 01:47 PM by AjEe.)
|
|
| 09-05-2008 01:42 PM |
|
AjEe
Junior Member
Posts: 13
Joined: Aug 2008
Reputation: 0
|
RE: [Help] Custom Pages 2.0
Bump!
No reply from anyone!
|
|
| Yesterday 12:47 PM |
|
Nickman
Administrator
Posts: 432
Joined: May 2008
Reputation: 10
|
RE: [Help] Custom Pages 2.0
So you put that code in a custom page content area and it doesn't show up?
|
|
| Yesterday 01:06 PM |
|
DAMINK
Member
Posts: 89
Joined: Aug 2008
Reputation: 0
|
RE: [Help] Custom Pages 2.0
Gday AjEe.
Here is the code i use to place iframes in my custom pages and it works well.
Code:
<div align="center">
<iframe width="800" name="iframe" height="550" src="/Your link here/" border="0" frameborder="0" scrolling="auto" align="center" hspace="0" vspace="0">
</iframe></div>
Hope that helps mate.
|
|
| Yesterday 06:13 PM |
|