Author: toad
Date: 2008-10-31 17:48:34 +0000 (Fri, 31 Oct 2008)
New Revision: 23256

Modified:
   trunk/website/pages/en/donate.php
Log:
argh

Modified: trunk/website/pages/en/donate.php
===================================================================
--- trunk/website/pages/en/donate.php   2008-10-31 17:47:22 UTC (rev 23255)
+++ trunk/website/pages/en/donate.php   2008-10-31 17:48:34 UTC (rev 23256)
@@ -83,7 +83,9 @@

 <li>You can <b>donate once</b> via Paypal by clicking on this button:<br>
 <center>
-Choose an amount:
+<table cellpadding="5" cellspacing="0" width="1%">
+<tr>
+<td>Choose an amount:</td>
       <form action="https://www.paypal.com/cgi-bin/webscr"; 
 method="post">
       <input type="hidden" name="cmd" value="_xclick">
@@ -94,6 +96,7 @@
 <input type="hidden" name="return" 
value="http://freenetproject.org/donatethanks.html";>
 <input type="hidden" name="cancel_return" 
value="http://freenetproject.org/donate.html";>
 <input type="hidden" name="currency_code" value="USD">
+<td>
 <select name="amount">
 <option value="500.00">$500.00</option>
 <option value="100.00">$100.00</option>
@@ -102,11 +105,16 @@
 <option selected value="10.00">$10.00</option>
 <option value="5.00">$5.00</option>
 </select>
+</td>
+<td>
       <input type="image" 
 src="http://images.paypal.com/images/x-click-but04.gif"; border="0" 
 name="submit">
+</td>
 </form>
-Specify an amount: $
+</tr>
+<tr>
+<td>Specify an amount: $</td>
       <form action="https://www.paypal.com/cgi-bin/webscr"; 
 method="post">
       <input type="hidden" name="cmd" value="_xclick">
@@ -117,11 +125,17 @@
 <input type="hidden" name="return" 
value="http://freenetproject.org/donatethanks.html";>
 <input type="hidden" name="cancel_return" 
value="http://freenetproject.org/donate.html";>
 <input type="hidden" name="currency_code" value="USD">
+<td>
 <input type="text" name="amount">
+</td>
+<td>
       <input type="image" 
 src="http://images.paypal.com/images/x-click-but04.gif"; border="0" 
 name="submit">
+</td>
 </form>
+</tr>
+</table>
 </center>
 <P>
 <hr width="90%">


Reply via email to