-
Notifications
You must be signed in to change notification settings - Fork 0
/
stickers.php
50 lines (50 loc) · 1.13 KB
/
stickers.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://siwhitehouse.co.uk/stickers/serendipity/style/css/style.css">
<style>
.container {
height: 100%;
width: 100%;
}
table {
border: 1px solid black;
}
th, td {
border: 1px solid black; height: 50px;
}
</style>
</head>
<body>
<div id="header" align="center">
<h1>The Got - Got - Need Machine</h1>
</div>
<h2>
<form action="calculate.php" method="post">
<table border="2" class="container">
<col width = "45%">
<col width = "5%">
<col width = "45%">
<tr>
<td text-align:right>I have got </td>
<td align="center"><input type="text" name="stickers"></td>
<td align="left"> stickers</td>
</tr>
<tr>
<td align="right">I have got </td>
<td align="center"><input type="text" name="swaps"></td>
<td align="left"> swaps</td>
</tr>
<tr>
<td align="right">I need to get </td>
<td align="center"><input type="text" name="total"></td>
<td align="left"> stickers in total</td>
</tr>
<tr>
<td></td>
<td align = center><center><input type="submit"></center></td>
<td></td>
</tr>
</table>
</form></h2>
</body>
</html>