Center a table

2004-02-25 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi , Can somebody help me tocenter this table ? ?php/* Connecting, selecting database */$link = mysql_connect("localhost", "root", "z") or die("Could not connect : " . mysql_error());#echo "Connected successfully";mysql_select_db("abcd") or die("Could not select database"); /*

Re: Center a table

2004-02-25 Thread Jiri Matejka
somebody help me to center this table ? ?php /* Connecting, selecting database */ $link = mysql_connect(localhost, root, z) or die(Could not connect : . mysql_error()); #echo Connected successfully; mysql_select_db(abcd) or die(Could not select database); /* Performing SQL query

Re: Center a table

2004-02-25 Thread boclair
=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 ?