<?
...
...
/* Performing SQL query */
$query = "SELECT * FROM ServiceStatus";
$result = mysql_query($query) or die("Query failed : " . mysql_error());
?>
<!-- Printing results in HTML catering for all browsers -->
<div style="text-align:center;">
<table border="1" cellpadding="5" cellspacing="0" style="margin:auto;">
<?
.....
.....
Louise
----- Original Message -----
From: CurlyBraces Technologies ( Pvt ) Ltd
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 8:26 PM
Subject: Center a table
hi ,
Can somebody help me to center this table ?