Web tables

Locked
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Web tables

Post by corpse »

Is there a way to curve [or round] the ends of a table using Dreamweaver or some such program?


For example:

Say a vertical table 8" long and 1" wide. To have the top and bottom corners rounded.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Web tables

Post by obsidian »

No.

Though you may be able to fake it with an image placed in the cells and make the gridlines invisible. More trouble than it's worthwhile, so sort answer, no.

BTW, you'd probably get better answers from a web design forum than a gaming forum.
Cooldown
Posts: 660
Joined: Mon Jun 05, 2000 7:00 am

Re: Web tables

Post by Cooldown »

obsidian wrote: Though you may be able to fake it with an image placed in the cells and make the gridlines invisible.
This.
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Re: Web tables

Post by corpse »

Tried that, but most web forums dont respond very well for some reason. I usually get helpful tips from this site. Most of the guys [and girls] here are great.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Web tables

Post by ^misantropia^ »

obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Web tables

Post by obsidian »

That rounded corners tutorial is the right start, but would probably be even simpler. All you need are 4 .css classes with a background property applied to the corner cells.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: Web tables

Post by MKJ »

what obsidian said
tho it might be faster to only use 2, for both a top and bottom cell with appropriate colspans
Locked