This has been bothering me for ages. How on earth do you remove a border from a table? For example, I have a table with a border,and I want to remove the border from one side. Is this possible?
The most beautiful thing we can experience is the mysterious. It is the source of all true art and science.
- Albert Einstein





nick.88 posted this at 05:49 — 20th June 2004.
They have: 10 posts
Joined: Jun 2004
To have a table with no outside borders, put this in your table tag:
RULES=ALL FRAME=VOID
Dont really understand your question... Hope this helps.
Nick
sumeiko posted this at 06:08 — 20th June 2004.
He has: 147 posts
Joined: Jun 2004
Sorry, I'll try to make it more clearer.
Is it possible to remove a border from one corner of a table and leave the rest of the table with a border? I have seen this done before of Web sites such as Neopets (neopets.com) and have never understood how they do it!
The most beautiful thing we can experience is the mysterious. It is the source of all true art and science.
- Albert Einstein
Abhishek Reddy posted this at 06:20 — 20th June 2004.
He has: 3,308 posts
Joined: Jul 2001
Use CSS to style your tables. In this case, you'll want the border property:
http://blooberry.com/indexdot/css/propindex/border.htm
abhishek.geek.nz
sumeiko posted this at 06:23 — 20th June 2004.
He has: 147 posts
Joined: Jun 2004
Thanks Abhishek Reddy!