-
Notifications
You must be signed in to change notification settings - Fork 3
/
tekst.php
88 lines (87 loc) · 3.82 KB
/
tekst.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
<div id="Tekst_2">
<table width="500" border="0" cellspacing="0" cellpadding="3">
<tr>
<td height="30" colspan="2" bgcolor="#f2f2f2"><strong>Sangtekst: </strong></td>
<td height="30" colspan="2" bgcolor="#f2f2f2"><strong>Akkorder: </strong></td>
</tr>
<tr>
<td><form id="form4" name="form4" method="post" action="">
<label for="select"></label>
Font:
</form></td>
<td><select name="select" id="select">
<option>Verdana</option>
<option>Arial</option>
<option>Courier</option>
<option>Times New Roman</option>
</select>
</td>
<td width="68"><form id="form4" name="form4" method="post" action="">
<label for="label4">Font</label>
:
</form></td>
<td width="195"><select name="select2" id="label4">
<option>Verdana</option>
<option>Arial</option>
<option>Courier</option>
<option>Times New Roman</option>
</select>
</td>
</tr>
<tr>
<td bgcolor="#f2f2f2">Størrelse:</td>
<td bgcolor="#f2f2f2"><a href="#"><img src="img/minus.gif" alt="-" name="skalam" width="16" height="23" border="0" align="top" id="skalam" />
<input name="textfield5" type="text" id="textfield2" size="2" maxlength="2" value:="value:" />
<img src="img/plus.gif" alt="+" name="skalap" width="16" height="23" border="0" align="top" id="skalap" /></a> </td>
<td bgcolor="#f2f2f2">Størrelse:</td>
<td bgcolor="#f2f2f2"><a href="#"><img src="img/minus.gif" alt="-" name="skalam" width="16" height="23" border="0" align="top" id="skalam" />
<input name="textfield52" type="text" id="textfield5" size="2" maxlength="2" value:="value:" />
<img src="img/plus.gif" alt="+" name="skalap" width="16" height="23" border="0" align="top" id="skalap" /></a> </td>
</tr>
<tr>
<td width="67"><strong>Fed:</strong></td>
<td width="170"><form id="form8" name="form8" method="post" action="">
<input type="checkbox" name="checkbox4" value="checkbox" id="checkbox4" />
<label for="checkbox4"></label>
</form></td>
<td><strong>Fed:</strong></td>
<td><form id="form5" name="form5" method="post" action="">
<input type="checkbox" name="checkbox" value="checkbox" id="checkbox" />
<label for="checkbox"></label>
</form></td>
</tr>
<tr>
<td bgcolor="#f2f2f2"><em>Kursiv:</em></td>
<td bgcolor="#f2f2f2"><form id="form9" name="form9" method="post" action="">
<input type="checkbox" name="checkbox5" value="checkbox" id="checkbox5" />
<label for="checkbox5"></label>
</form></td>
<td bgcolor="#f2f2f2"><em>Kursiv:</em></td>
<td bgcolor="#f2f2f2"><form id="form6" name="form6" method="post" action="">
<input type="checkbox" name="checkbox2" value="checkbox" id="checkbox2" />
<label for="checkbox2"></label>
</form></td>
</tr>
<tr>
<td><u>Understreg:</u></td>
<td><form id="form10" name="form10" method="post" action="">
<input type="checkbox" name="checkbox6" value="checkbox" id="checkbox6" />
<label for="checkbox6"></label>
</form></td>
<td><u>Understreg:</u></td>
<td><form id="form7" name="form7" method="post" action="">
<input type="checkbox" name="checkbox3" value="checkbox" id="checkbox3" />
<label for="checkbox3"></label>
</form></td>
</tr>
</table>
</div>
</body>
</html>