
March 8th, 2002, 07:00 AM
|
|
Caffeine - Nicotine - Sugar
|
|
Join Date: May 2001
Location: Germany, Cologne
Posts: 60
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Tables and Borders in HTML 4.01 / CSS 1.0
lo ppl,
how do format a table like this?
Code:
+-----------------+
| TH | TH | TH |
+-----------------+
TD | TD | TD
+-----+-----+-----+
TD | TD | TD
+-----+-----+-----+
TD | TD | TD
+-----+-----+-----+
TD | TD | TD
I want to have the TABLE no border, the TH with a border at all four sides, and the TD with borders only where they are next to another TD.
I thought it was the rules and frame attributes of TABLE, but i couldn't get it right.
What is the smartest way (with a stylesheet if possible) to format this table?
Thx.
|