elias
12-07-2004, 06:23 AM
how do i make the spaces in between my <td> tags smaller
|
View Full Version : table space elias 12-07-2004, 06:23 AM how do i make the spaces in between my <td> tags smaller Monkey Bizzle 12-07-2004, 05:01 PM in the table tag, add cellpadding="0" and cellspacing="0" and just change the 0 to the number desired. 0 will give you no space so the bigger the number the more space. padding is the space between what's in the cell and the edge of the "wall" if you will. and spacing is the space between each cell. |