E ECm0016 Guest May 2, 2009 #1 DOES HTML standards support table border widths larger that 20 pixels.
J Joshua W New member May 2, 2009 #2 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.
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.
B Barry New member May 2, 2009 #3 Yes, as long as you don't hard code width="20px" in the table markup
B Barry New member May 2, 2009 #4 Yes, as long as you don't hard code width="20px" in the table markup