Hello, When i post normally using wordpress editor.. and add the iframe code like this.. <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... 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... http://site.football-memes.com/livematches/sunderlandvscity.php Input code: <iframe src="http://site.football-memes.com/livematches/sunderlandvscity.php" width="100%" height="500"></iframe> And its like this.. 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...
Getting a 404 not found on your links, increasing the iframe size will just add a scroll bar if it cant fit within the content area, try using a full width page with out the sidebar or else the other solution would be to increase the page width its in your style.css #wrap { width: 963px; margin: 0 auto; } add the same amount to your main content area
Go to the main html page , and edit , actually the whole code is needed to solve such kinds of problem.