Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removing table lines and table space between cells in css

Tags:

People also ask

How do I remove spaces between cells in CSS?

The space between the table cells is controlled by the CELLSPACING attribute in the TABLE tag. By setting CELLSPACING to zero, you can remove all the space between the cells of your table. This removes all the space between the cells of our table (see Figure 9). Figure 9 Our example with CELLSPACING=0.

How do I remove spaces from a table in CSS?

Add: attributes cellpadding="0" , cellspacing="0" and border="0" to tables.


I have this site: http://redditlist.com/dir/1026 and I'm stuck on trying to remove spacing between cells so it will look more like this: http://redditlist.com.