Page 1 of 2

Good way to hide tables

Posted: Wed Aug 31, 2005 4:01 pm
by Jeries
a good way to hide tables is using the cellspacing and cellpadding properties..
for example:
<html>
<head>
<title>Table Examples</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
......
</table>
</body>
</html>
I hope I helped you :)

Posted: Thu Sep 01, 2005 5:35 pm
by ELMOHTARF
THANK YOU Jeries FOR THIS INFORMATION

:P

Posted: Sat Sep 03, 2005 3:50 pm
by Jeries
hac_scorpion wrote:THANK YOU Jeries FOR THIS INFORMATION
No Problem ;)

Posted: Tue Sep 06, 2005 10:27 pm
by ELMOHTARF
OK I WANT TO LEARN MORE FROM YOU

add me to ur msn

Posted: Wed Sep 07, 2005 1:22 pm
by Jeries
hac_scorpion wrote:OK I WANT TO LEARN MORE FROM YOU
my msn:
jeryes@gmail.com

Posted: Thu Sep 08, 2005 8:18 pm
by sa3ude
thanks for this info
i used to use them "cellpadding , cellspacing" in my tables
thanks again
bye

Posted: Wed Oct 05, 2005 1:26 am
by mohumben
Why would someone want to "hide a table"?

If you don't show the table's borders it will be "hidden" already.
I don't recommend you to cellpadding and cellspacing 0.
Its ugly

Posted: Wed Oct 05, 2005 12:34 pm
by kharbta
good work Man really amazing

Posted: Tue Oct 18, 2005 6:19 pm
by toychoq
good job thanx

Posted: Tue Oct 18, 2005 7:10 pm
by koyut
I dont know how to use this exactly. Where do you use or where is this applicable?