Question:
Hiding table borders in websites?
lolz
2008-08-22 21:08:11 UTC
Hi everyone,
i'v just a website, and i made a list of titles of different things on a page by using a table, but i don't want to see the table borders. Is there a way to hide them?
Four answers:
2008-08-22 21:13:19 UTC
TableBoarder = 0
yannickrioux
2008-08-23 04:16:31 UTC
Just put border = 0 in the table tag



























row 1, cell 1 row 1, cell 2
row 2, cell 1 row 2, cell 2
Andy
2008-08-23 04:12:03 UTC
sensovision
2008-08-23 04:21:29 UTC
you can write


or if you wish to do it through CSS you'll need to assign border:0 to table and td elements, this gives you more control since you can add border to one cells and set it off on another like this following:















1
2


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...