World Life
Active Member
Hello,
When i post normally using wordpress editor.. and add the iframe code like this..
The post only shows half of the player...
When i place the same code in a blank .html file and then iframe it...
Input code:
And its like this..
My Style.css
http://pastebin.com/f3yaGbPZ
I want a way to either show the full player... in other words.. increase the post/content area... Or remove the two white space and increase it...
I have tried incrasing iframe width... #content width but didnt change anything...
When i post normally using wordpress editor.. and add the iframe code like this..
Code:
<iframe id="player" src="http://streamson.me/sink1.html" frameborder="0" scrolling="no" width="600" height="500"></iframe>
The post only shows half of the player...
Code:
http://site.football-memes.com/live-streaming-matches/stoke-city-vs-liverpool-fc/559/
When i place the same code in a blank .html file and then iframe it...
Code:
http://site.football-memes.com/livematches/sunderlandvscity.php
Code:
<iframe src="http://site.football-memes.com/livematches/sunderlandvscity.php" width="100%" height="500"></iframe>
And its like this..
Code:
http://site.football-memes.com/live-streaming-matches/sunderland-vs-manchester-city/563/
My Style.css
http://pastebin.com/f3yaGbPZ
I want a way to either show the full player... in other words.. increase the post/content area... Or remove the two white space and increase it...
I have tried incrasing iframe width... #content width but didnt change anything...