About 52 results
Open links in new tab
  1. html - Set cellpadding and cellspacing in CSS? - Stack Overflow

    In an HTML table, the cellpadding and cellspacing can be set like this: <table cellspacing="1" cellpadding="1"> How can the same be accomplished using CSS?

  2. What is the difference between margin and padding in CSS?

    Feb 3, 2010 · The biggest difference between padding and margin is that vertical margins auto-collapse, and padding doesn't. Consider two elements one above the other each with padding of 1em. This …

  3. python - What is the difference between 'SAME' and 'VALID' padding …

    Jun 7, 2016 · SAME padding sometimes called HALF padding. It is called SAME because for a convolution with a stride=1, (or for pooling) it should produce output of the same size as the input. It …

  4. padding - Add leading zeroes/0's to existing Excel values to certain ...

    May 25, 2015 · There are many, many questions and quality answers on SO regarding how to prevent leading zeroes from getting stripped when importing to or exporting from Excel. However, I already …

  5. html - CSS property to pad text inside of div - Stack Overflow

    Dec 7, 2015 · The CSS property you are looking for is padding. The problem with padding is that it adds to the width of the original element, so if you have a div with a width of 300px, and add 10px of …

  6. c - Structure padding and packing - Stack Overflow

    6 Padding and packing are just two aspects of the same thing: packing or alignment is the size to which each member is rounded off padding is the extra space added to match the alignment In , assuming …

  7. Remove all padding and margin table HTML and CSS

    Remove all padding and margin table HTML and CSS Asked 12 years, 11 months ago Modified 3 years, 9 months ago Viewed 457k times

  8. html - Padding a table row - Stack Overflow

    The thread seems to suggest that table-row padding support never existed in CSS standards because it would have complicated layout engines. In the 30 September 2014 Editor's Draft of CSS basic box …

  9. Issues with padding, margin, and space utilities not working

    Feb 16, 2025 · I've tried using the standard Tailwind padding and margin utilities like p-4, m-2, space-x-4, and space-y-4 in my HTML. In my first project, these worked perfectly, but in my subsequent …

  10. css - HTML Padding Style - Stack Overflow

    Jul 22, 2015 · This Stack Overflow page discusses how to use HTML padding style with CSS, providing insights and solutions for related queries.