html - putting spacing between the leftmost and rightmost cells and the table border -


i making table in html , not want borders of leftmost , right cells extend way till table border. example:

| ____ |

so in above example, while cells have contiguous top border border not extend way till outer table border. great if can give me tips on how this.

put div in cell , style border/padding on div instead of table.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -