Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

267
votes
9answers
174k views

How to set cellpadding & cellspacing in CSS?

How can I control cellpadding and cellspacing in a CSS stylesheet to obtain the same effect as when putting the attributes on the table tag?
25
votes
5answers
18k views

Why are cellspacing and cellpadding not CSS styles

I don't know why this bothers me so much, but when I create websites, I always try to do all my styling with CSS. However one thing I always have to remember to do when I'm working with tables is add ...
4
votes
4answers
188 views

HTML / CSS formatting: TRUE spacing between cell <-> cell, not between cell <-> any

I'm looking for hints regarding the spacing between table cells. I'm aware of cellspacing / cellpadding in HTML and their CSS equivalents border-spacing / padding, but they're doing more that what I ...
1
vote
1answer
248 views

Removing the extra padding in a GridView in android

I want to remove the extra padding that appears in a grid view. I have images of the size 128*128 which will be occupying cells in the grid. But somehow there is an extra space that gets added to the ...
1
vote
2answers
126 views

HTML cell containing css scrollbars — how can I get rid of the padding?

I have an HTML table, where each cell contains a large amount of data. I would like each cell to be individually scrollable (sort of like "panes"), so I created a CSS class that includes the ...
0
votes
1answer
943 views

How can I remove/adjust the cell padding/margin of UITableViewCell?

I am using the below code; it works but the text appears with few pixels left padding/margin. How can I remove/adjust the cell padding/margin? - (UITableViewCell *)tableView:(UITableView *)tableView ...
0
votes
1answer
202 views

For IE8 - Trying to set cell spacing/padding to 0px in combination with CSS display's table_cell

I tried to vertically align some content into div box. to achieve this I have found some CSS that works perfect. Except for you know who it doen't: IE8. When using the display attribute with the value ...
0
votes
2answers
304 views

Table-cell inside div has extra top padding

I have parent div called "box", and inside it there's a child div, "innerbox". innerboox holds text and a quote mark icon in the top left corner. However, there's an extra line / spacing at the top of ...