Good way to hide tables

Any problem with HTML can be discussed here.
Jeries
Posts: 51
Joined: Tue Aug 30, 2005 8:48 am
Contact:

Good way to hide tables

Post 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 :)


JNRation
ELMOHTARF
Posts: 356
Joined: Mon Aug 29, 2005 9:57 am
Contact:

Post by ELMOHTARF »

THANK YOU Jeries FOR THIS INFORMATION
With My Best Wishes ::::::: Scorpion :::::::::
Jeries
Posts: 51
Joined: Tue Aug 30, 2005 8:48 am
Contact:

:P

Post by Jeries »

hac_scorpion wrote:THANK YOU Jeries FOR THIS INFORMATION
No Problem ;)
JNRation
ELMOHTARF
Posts: 356
Joined: Mon Aug 29, 2005 9:57 am
Contact:

Post by ELMOHTARF »

OK I WANT TO LEARN MORE FROM YOU
With My Best Wishes ::::::: Scorpion :::::::::
Jeries
Posts: 51
Joined: Tue Aug 30, 2005 8:48 am
Contact:

add me to ur msn

Post by Jeries »

hac_scorpion wrote:OK I WANT TO LEARN MORE FROM YOU
my msn:
jeryes@gmail.com
JNRation
sa3ude
Posts: 137
Joined: Wed Apr 13, 2005 4:32 am
Contact:

Post by sa3ude »

thanks for this info
i used to use them "cellpadding , cellspacing" in my tables
thanks again
bye
Image
mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

Post 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
kharbta
Posts: 427
Joined: Fri Sep 09, 2005 12:09 am
Contact:

Post by kharbta »

good work Man really amazing
toychoq
Posts: 108
Joined: Fri Apr 15, 2005 9:11 am

Post by toychoq »

good job thanx
koyut
Posts: 69
Joined: Thu Sep 22, 2005 1:11 am

Post by koyut »

I dont know how to use this exactly. Where do you use or where is this applicable?
Image
Post Reply