09-08-2011, 08:36 PM
Eru Wrote:You can load it directly here: http://game.in-uo.net/serverstatus/status.php
That php script is actually on the server, which is separate from the web-hosting so it needs to be included externally. I can look into more efficient ways of doing this perhaps. Perhaps a php include.
This should do it

In the iframe CSS:
Code:
body {
overflow: hidden;
}if not, try this:
Code:
div.autoheight {
height: auto;
}
