mw*****@aol.com (Mike) writes:
Is there a way to have a border around the outside of a table, but not
around each cell in the table?
HTML: <table frame="border">
CSS: table { border: thin black solid; } /* or other border styles */
The CSS route is usually easier in the long run.
--
Chris