Html empty cells and table cell spacing

I finally became frustrated with having to ensure that table cells have some content to make them wok properly and from being hit by the requirement to set the horrible cellspacing attribute so I had a look around the web…
 

empty-cells:show; – see Empty Cells in HTML tables

border-collapse: collapse;

and to stop lines breaking in a table;

overflow:hidden;

white-space:nowrap;

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s