Iframe for forum

stiflerxx

New member
Messages
125
Points
0
I created a table in php and wanted to show her forum 
I used the following code iframe
 
<div class='post entry-content '>

<iframe frameborder=0 height=500 width="100%"src="#"> </iframe>
</div>
 

just that when I save the topic looks like this:

Hy4sAOP.png


anyone know how to use an iframe in php page to forum? '-'

 
show me what are you trying to put in the iframe, but it seems that the CSS loads before the iframe or something, idk

PS: the translator you are using isn't too good

 
show me what are you trying to put in the iframe, but it seems that the CSS loads before the iframe or something, idk

PS: the translator you are using isn't too good
[/iframe]<iframe frameborder=0 height=500 width="100%"src="#"> </iframe>[/iframe]

 
Back
Top