Author: vip Date: Tue May 15 00:05:21 2007 New Revision: 8537 Modified: toys/stbr/index.php Log: - center table head
Modified: toys/stbr/index.php ============================================================================== --- toys/stbr/index.php (original) +++ toys/stbr/index.php Tue May 15 00:05:21 2007 @@ -52,7 +52,19 @@ </tr> </thead> <tbody id="dataTable"> -<tr><td></td><td></td><td><div align="center">spec / recipient / builder</div></td></tr> + +<tr><td></td><td></td><td> + +<table> +<tr> +<td width="150px">spec</td> +<td width="200px">recipient</td> +<td width="150px">builder</td> +</tr> +</table> + + +</td></tr> <? $query = "SELECT * FROM stbr ORDER BY date DESC"; $query = sqlite_query($db, $query); _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
