Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

267
votes
9answers
173k 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 ...
3
votes
2answers
39 views

Stacking two characters vertically in a table with no space between them

This should be really simple, but I can't figure it out. So: how do I get these two characters to merge up in a table? 〳 1st row, U+3033 VERTICAL KANA REPEAT MARK UPPER HALF 〵 2nd row, U+3035 ...
3
votes
2answers
89 views

Using Classes to Style in CSS

I've got a table, and inside of the table are elements. I would like to give the table one class "chart" and then style all of the elements that are inside of that table by giving them padding. Is ...
1
vote
2answers
224 views

WPF: How to implement custom Grid with CellSpacing?

I miss the HTML-cellspacing in WPF. Im trying to implement something similar in WPF's Grid by making a custom Grid-class overriding from Grid and then modifying MeasureOverride and ArrangeOverride to ...
1
vote
1answer
272 views

Is Flying Saucer's treatment of images in cells a bug?

I managed to whittle my example down to the following (it uses some reasonably hefty data URLs but stackoverflow should flow them off the side nicely...): static { String oldValue = ...
1
vote
2answers
1k views

css table cell padding, spacing

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd"> <html> <head> <style type="text/css"> table { ...
1
vote
1answer
708 views

Remove spacing between cells in tablelayoutpanel in Windows form?

I've programmatically created a class, Map, that inherits from the TableLayoutPanel class. The Map class adds Tile objects (children of Panel) that each have a background image. Everything works ...
0
votes
1answer
19 views

Expression to set cell spacing with SQL Report Builder 3.0

I want an expression tho show the square box around every entry inside a column. I am getting a normal table view right now. I just want to seperate each row borders. .i.e. Cell spacing. Please help ...
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
1answer
548 views

why cellspacing is not supported in IE8?

I've a table with the following property set. and the table is for the results of repeater control. This works fine with IE7/older versions and am able to get a border for the table with the results ...
0
votes
1answer
142 views

How to use border-spacing in fullcalendar

I'm trying to style the fullcalendar jquery plugin, and have it mostly set, with one problem. I want to have spacing between the cells (ie. so can see background behind table), which I can do by ...
0
votes
4answers
1k views

Cannot put margin on <td> tag with neither CSS nor cellspacing attribute

For whatever reason, I have been unable to get any table cells to have margin between them. I want the table cells to have a grey background colour (over a white page background) so it looks like ...