remove 'align' incant that geoff says does work with xhtml
Roger Dingledine

Roger Dingledine commited on 2004-12-17 03:31:54
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -117,8 +117,8 @@ through several servers that cover your tracks so no observer at any
117 117
 single point can tell where the data came from or where it's going.
118 118
 </p>
119 119
 
120
-<img alt="tor circuit step one" src="img/htw1.png" align="center" />
121
-<img alt="tor circuit step two" src="img/htw2.png" align="center" />
120
+<img alt="tor circuit step one" src="img/htw1.png" />
121
+<img alt="tor circuit step two" src="img/htw2.png" />
122 122
 
123 123
 <p>
124 124
 To create a private network pathway with Tor, the user's software or
... ...
@@ -131,7 +131,7 @@ separate set of encryption keys for each hop along the circuit to ensure
131 131
 that each hop can't see what these connections are as they pass through.
132 132
 </p>
133 133
 
134
-<img alt="tor circuit step three" src="img/htw3.png" align="center" />
134
+<img alt="tor circuit step three" src="img/htw3.png" />
135 135
 
136 136
 <p>
137 137
 Once a circuit has been established, many kinds of data can be exchanged
... ...
@@ -150,7 +150,7 @@ new circuit, to keep people from linking your earlier actions to the new
150 150
 ones.
151 151
 </p>
152 152
 
153
-<img alt="tor circuit step four" src="img/htw4.png" align="center" />
153
+<img alt="tor circuit step four" src="img/htw4.png" />
154 154
 
155 155
 <h3>Hidden services</h3>
156 156
 
157 157