HTML:
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
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><title>Three2Learn</title> <meta http-equiv=Content-Type content=text/htm; charset=iso-8859-1> <link rel=stylesheet href=forum.css type=text/css> </head> <body> Welkom op het DigitalLearning Forum <hr></hr> <center> <table width=90% class=table> <tr><td class=header>Cursusnaam</td><td class=header> Gemaakt op: </td></tr> <form action=topics method=post> <input type=hidden name=cursusid value=4> <tr><td><input type=submit style="width:420px" name=cursus value=Biologische wetenschappen></input></td> <td class=tekst>2005-12-21 12:00:00</td></tr> </form> <form action=topics method=post> <input type=hidden name=cursusid value=5> <tr><td class=tekst><input type=submit style="width:420px" name=cursus value=Kinderpsychologie ></input></td> <td class=tekst>2005-12-21 12:00:00</td></tr> </form> <form action=topics method=post> <input type=hidden name=cursusid value=2> <tr><td class=tekst><input type=submit style="width:420px" name=cursus value=Engels voor gevorderen></input></td> <td class=tekst>2005-12-23 12:45:00</td></tr> </form> <form action=topics method=post> <input type=hidden name=cursusid value=1> <tr><td class=tekst><input type=submit style="width:420px" name=cursus value=Spaans voor beginners></input></td> <td class=tekst>2005-12-12 12:23:00</td></tr> </form> <form action=topics method=post> <input type=hidden name=cursusid value=10> <tr><td class=tekst><input type=submit style=width:420px name=cursus value=Elektronisch Orgelspelen></input></td> <td class=tekst>2005-12-21 23:48:00</td></tr> </form> <form action=topics method=post> <input type=hidden name=cursusid value=3> <tr><td class=tekst><input type=submit style=width:420px name=cursus value=Wiskundige rekentechnieken></input></td> <td class=tekst>2005-12-31 12:12:00</td></tr> </form> </center> <a href=boardAanmaken> Een board aanmaken </a><br><br> </body></html> |
De tekst in de buttons zijn nu gecentreerd. Ik wil ze links uitgelijnd hebben. Ik heb achter style dit geprobeerd:
code:
1
| ;text-align:left |
Dit werkt niet. Align los zetten werkt ook niet.
Iemand een idee? op w3.org is het me ook niet duidelijk geworden.
[ Voor 20% gewijzigd door Xavier op 21-12-2005 13:54 ]