Removing unwanted table cell borders with CSS

You need to add this to your CSS:

table { border-collapse:collapse }

Leave a Comment