I am trying to force a table row that only contains images to be the images’ height, but the page always displays a few extra pixels tall.
See http://www.slamgmt.com/newsite/index.php
Also http://www.slamgmt.com/newsite/sla.css
The banner at the top uses CSS classes “banner” and “bannersidebar” all of which explicitly set the height, but the actual height is too large, as seen by the white space below the banner and above the black line.
Does anyone know a way to force it to trim that space?
add
display:blockto the header image, that should fix it…