--- a/tool/run/plugins/webserver/temp.html
+++ b/tool/run/plugins/webserver/temp.html
@@ -1,6 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
-<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"><title>Web server settings</title></head>
+<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"><title>Web server settings</title>
+
+</head>
<body>
<form action="server?x=save" method="post">
<div style="margin-left: 10px;">
@@ -14,10 +16,22 @@
<input maxlength="5" name="port" style="width: 150px;" value="10101"><br>
<br>
<span style="font-weight: bold;">Status</span><br>
- <input name="status" value="online" type="radio">Online<br>
- <input name="status" value="offline" type="radio" checked="checked">Offline
+<table style="text-align: left; width: 20%;" border="0" cellpadding="2" cellspacing="2">
+<tbody>
+<tr>
+<td><input name="status" value="online" type="radio" checked="checked">
+</td>
+<td style="width: 120px;">Online</td>
+</tr>
+<tr>
+<td><input name="status" value="offline" type="radio">
+</td>
+<td>Offline</td>
+</tr>
+</tbody>
+</table>
+<br>
</div>
-<br>
<br>
Ready? Click on the button below to apply the changes. <br>
<br>