mwc0914@aol.com (Mike) writes:[color=blue]
> Is there a way to have a border around the outside of a table, but not
> around each cell in the table?[/color]
HTML: <table frame="border">
CSS: table { border: thin black solid; } /* or other border styles */
Comment