DOES HTML standards support table border widths larger that 20 pixels?

  • Thread starter Thread starter ECm0016
  • Start date Start date
Don't do layouts in tables - use divs and CSS!

Straight forward, just don't do it. Tables load slower than divs and are a nightmare to update or alter.

Also, no tabular data should require a 20 pixel border. Besides CSS can adjust borders too.
 
Back
Top