About 978,000 results
Open links in new tab
  1. css - How to set a border for an HTML div tag? - Stack Overflow

    30 As per the W3C: Since the initial value of the border styles is 'none', no borders will be visible unless the border style is set. In other words, you need to set a border style (e.g. solid) for the …

  2. Giving a border to an HTML table row, <tr> - Stack Overflow

    Learn how to add a border to an HTML table row using CSS.

  3. html - Applying Table cell borders - Stack Overflow

    May 28, 2012 · I have an HTML table with the class "productsTable". I want to give each cell in the table a border. Now I have tried the following in my stylesheet but none of the two works. …

  4. html - Add border-bottom to table row <tr> - Stack Overflow

    Apr 6, 2012 · td { border-bottom: 1pt solid black; } Doing this will leave a small space between each td, which is likely not desirable if you want the border to appear as though it is the tr tag. …

  5. Placing border inside of div and not on its edge - Stack Overflow

    Mar 7, 2012 · Border through outline css property Here is another approach, but this way the border would be outside of the box. Here is an example. As follows from the example, you can …

  6. css - Should I use `border: none` or `border: 0`? - Stack Overflow

    Jan 14, 2024 · Wrong! As described in my answer and demonstrated in the live demo, border: 0 is NOT the shortcut for border-width: 0. Instead, the short version always sets all three …

  7. html - How to increase space between dotted border dots - Stack …

    Jun 6, 2011 · hr {border-bottom: 1px dotted #000;} But if you want to take control of the border and, for example increase, the space between dots, you may try something like this:

  8. Applying styling to Pandas dataframe saved to HTML file

    Dec 8, 2017 · 32 I wrote a Python function that basically adds an HTML <style> to the dataframe's HTML representation so that the resulting HTML table looks nice.

  9. css - How to fill in a border in HTML? - Stack Overflow

    Aug 11, 2012 · This Stack Overflow thread discusses techniques for filling in borders in HTML using CSS, including examples and solutions for common issues.

  10. How to completely remove borders from HTML table

    Learn how to remove borders from HTML tables completely using CSS and HTML techniques.