FP posting question

shamzblueworld

Paragon
Joined
Oct 17, 2009
Messages
1,765
Reaction score
0
FP$
578
i want to know how to post an <iframe> html code here at FP? its a phpbb forum so how to post the <iframe> html code in the topic of phpbb?
 
You cant unless a BBCode is made representing it, as phpBB strips all tags from posts.
 
HTML is not allowed to be posted, for it to be converted to a BBcode the admins will need to make it, which I doubt they ever will as their not that stupid.
 
For an iFrame BBCode, you would have to do it like this:

[iframe]CONTENT[/iframe]

<iframe>CONTENT</iframe>

I forgot how you would replace CONTENT with the content supplied, but it will be along those lines.
 
shamzblueworld said:
ok thank you I am gonna try it. lets see what happens.
btw a litte query, why not html?

A lot of things can be done with HTML, even if it's just posted 😉

I could easily make this topic disappear if I could post HTML, it'd be here but no visible 😛
 
<iframe> is a terrible piece of HTML anyway. Only IE supports it and is highly insecure. Why on Earth would you want to use it?
 
The Pimped Papaya said:
http://www.w3schools.com/TAGS/tag_iframe.asp

It is supported in all major browsers :great:
Well, for a long time it wasn't. Still is a poor thing to code with (AFAIK). <_<
 
You can't use <iframe> tag here because the HTML is disable (unless the administrator install the "Enable HTML" mod.) There's no iFrame bbcode because the admin haven't created one yet or at least add it to the forum. So you can try suggesting it in the "Community Opinion" section. But you can't use HTML in posts and there's no such thing as a iframe bbcode unless added or created.
 
Back
Top Bottom