Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hi Jcard,
I changed the index.html file in the user/www/ directory.
For me it's now looking far better, it was just a simple adjustment.
Maybe you can change this in future builds.
Greetings
Offline
Keon91 wrote:
Hi Jcard,
I changed the index.html file in the user/www/ directory.
For me it's now looking far better, it was just a simple adjustment.
Maybe you can change this in future builds.
Greetings
What are the differences? Can you please post the index.html file, so I can see the differences?
Thanks
Offline
Here you go, can't use the html code as an attachement.
But here it is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ALT-F Home Page</title>
<style type="text/css">
body
{ background: #F0EFE2;}
#site_content
{ width: 825px;
margin: 20px auto 20px auto;
padding: 25px 20px 20px 33px;
background: #FFF;
border:1px solid #555;}
</style>
</head>
<body>
<div id="site_content">
<iframe name="content" src="/cgi-bin/status.cgi" width="100%" height="800" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
</body>
</html>
Last edited by Keon91 (2011-10-24 09:44:58)
Offline
maybe a javascript can be used to set the height dynamicaly.
But I didn't figured this out yet.
Offline
Pages: 1