fix the colspan, correct the number of th with the number of td.
Andrew Lewman

Andrew Lewman commited on 2011-01-27 07:50:31
Zeige 1 geänderte Dateien mit 7 Einfügungen und 5 Löschungen.

... ...
@@ -10,10 +10,11 @@
10 10
 <hr />
11 11
 <table width="99%" border="0" cellspacing="0" cellpadding="3">
12 12
 <tr>
13
-<th bgcolor="#e5e5e5" align="center" width="25%"><img src="$(IMGROOT)/logo.windows-header.gif"/></th>
14
-<th align="center" width="25%"><img src="$(IMGROOT)/ref_leopard_box.jpg"/></th>
15
-<th bgcolor="#e5e5e5" align="center" width="25%"><img src="$(IMGROOT)/logo.windows-header.gif"/></th>
16
-<th align="center" width="25%"><img src="$(IMGROOT)/distros/generic.png"/><img src="$(IMGROOT)/distros/freebsd.png"/><img src="$(IMGROOT)/distros/package.png"/><img src="$(IMGROOT)/distros/src.png"/></th>
13
+<th bgcolor="#e5e5e5" align="center" width="33%"><img
14
+src="$(IMGROOT)/logo.windows-header.gif"/></th>
15
+<th align="center" width="33%"><img src="$(IMGROOT)/ref_leopard_box.jpg"/></th>
16
+<th bgcolor="#e5e5e5" align="center" width="33%"><img
17
+src="$(IMGROOT)/logo.windows-header.gif"/></th>
17 18
 </tr>
18 19
 <tr>
19 20
 <td bgcolor="#e5e5e5" align="center">
... ...
@@ -35,7 +36,8 @@ torbrowserbundlelinux32>-dev-en-US.tar.gz">Tor Browser Bundle for GNU/Linux</a>
35 36
 </td>
36 37
 </tr>
37 38
 <tr>
38
-<td bgcolor="#e5e5e5" align="center" span="3">Zero installation.  Great for USB
39
+<td bgcolor="#e5e5e5" align="center" colspan="3">Zero installation.  Great for
40
+USB
39 41
 drives! Pre-configured to protect your anonymity with Tor, Vidalia, Firefox and more. <a href="<page
40 42
 projects/torbrowser>">More details and languages</a>.</td>
41 43
 </tr>
42 44