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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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