tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

449362-1-ref.html (559B)


      1 <html>
      2 <head>
      3    <title>FF3 Test</title>
      4 
      5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      6 
      7 <style>
      8 	td {
      9 		border: 1px solid;
     10 		vertical-align: top;
     11 	}
     12 </style>
     13 </head>
     14 
     15 <body>
     16 
     17 <table id="pp_owned" align="center" cellpadding="0" cellspacing="0">
     18    
     19 
     20 <tbody>
     21  <tr >
     22 <td >Column 1</td>
     23    <td >Column 2</td>
     24  </tr>
     25  <tr>
     26 
     27    <td >
     28 hello
     29    </td>
     30    <td >
     31 	<span id="B" >
     32 	    Now I am<br />
     33 	    higher.<br />
     34 
     35 	    Click me<br />
     36 	    Again!
     37        </span>
     38    </td>
     39  </tr>
     40 </tbody>
     41 </table>
     42 </body>
     43 </html>