[Scummvm-cvs-logs] CVS: web/docs/specs sidebar_specs.php,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Sun Oct 12 16:32:01 CEST 2003


Update of /cvsroot/scummvm/web/docs/specs
In directory sc8-pr-cvs1:/tmp/cvs-serv19749/docs/specs

Modified Files:
	sidebar_specs.php 
Log Message:
more 'HTML 4.01 strict' compliance

Index: sidebar_specs.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/sidebar_specs.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sidebar_specs.php	12 Oct 2003 21:24:01 -0000	1.7
+++ sidebar_specs.php	12 Oct 2003 23:31:07 -0000	1.8
@@ -15,7 +15,7 @@
 
 <table width="100%" border=0 cellpadding=0 cellspacing=0>
 <tr>
-<td align=center valign=top width="120">
+<td align=center valign=top>
 
 <?
 
@@ -66,20 +66,20 @@
 ?>
 	<p> </p>
 	
-	<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div>
 	<input type="hidden" name="cmd" value="_xclick">
 	<input type="hidden" name="business" value="paypal at enderboi.com">
 	<input type="hidden" name="item_name" value="ScummVM donation">
 	<input type="image" src="<?=$file_root?>/images/ppdonate.gif" name="submit" alt="Donate to ScummVM with PayPal!">
-	</form>	
+	</div></form>	
 	
-	<p align="center">
+	<p style="text-align: center">
 	  <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=37116"
 	  width="88" height="31" alt="SourceForge"></a>
 	</p>
 
 </td>
-<td width="100%" valign="top">
+<td valign="top">
 
 <?
 }





More information about the Scummvm-git-logs mailing list