testing - What happens when you add an iframe or table to a post?
this question answer itself. i'm seeing happens here. youtube video has nothing question. below iframe text appear after hit publish button?
this code iframe:
<iframe width="560" height="315" src="https://www.youtube.com/embed/3m1joff-poq" frameborder="0" allowfullscreen></iframe>
and how displays:
this table following code:
<table style="width:100%"> <tr> <th>firstname</th> <th>lastname</th> <th>age</th> </tr> <tr> <td>jill</td> <td>smith</td> <td>50</td> </tr> <tr> <td>eve</td> <td>jackson</td> <td>94</td> </tr> </table>
and how displays:
firstname lastname age jill smith 50 eve jackson 94
answer:
the preview shows me gets displayed after publishing. html wrote did not published post remained in question when went edit it's not being destroyed scrubber, not sent rendering.
here's explanation of what's allowed: https://meta.stackexchange.com/questions/1777/what-html-tags-are-allowed-on-stack-exchange-sites
Comments
Post a Comment