|  Preserved Topic: Simple Request: How to make rounded table edges?  | |
|---|---|
| Author | Thread | 
| Nervous Wreck (II) Inmate From:  |  posted 12-14-2001 20:18 Hello, I guess this is a very basic question (!) If I have a table with a background color on a web page, how do I make the upper left and right corners of this table rounded?  | 
| Bipolar (III) Inmate From:  |  posted 12-14-2001 21:24 That is an illusion by placing graphics into the table. | 
| Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |  posted 12-15-2001 01:23 | 
| Maniac (V) Inmate From: out of a sleepy funk |  posted 12-15-2001 02:46 go to photoshop and make a new document, 40x40, grab the eliptical marquee and set it to a fixed size of 40x40 then slap that 40x40 circle into your new doc, then fill it with the body content background, in this case, white. Make a new layer, put it *under* the circle and fill it with the background color, in this case, black. Drag out a couble of guides to split the canvas into 4 quadrants and use the marquee selection tool to select the quadrants one by one. When you have a rounded corner selected, push ctrl+shift+c (copy merged) and then ctrl+n (new document) then ctrl+v (paste). Do that for all 4 corners, name them whatever and reference them in the html table, like so... | 
| Maniac (V) Inmate From: under the bed |  posted 12-15-2001 03:04 Yes petskull....you're missing a great deal. | 
| Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |  posted 12-15-2001 03:29 | 
| Nervous Wreck (II) Inmate From:  |  posted 12-15-2001 03:30 I checked out the 'rounded' table you made too, and I'm glad I did. I knew how to do the corners, but I absolutely hadn't thought about adding the td's with the black backgrounds around the edges  to make sure it went on smoothly.  Thanks for posting that! | 
| Nervous Wreck (II) Inmate From:  |  posted 12-15-2001 04:14 Hi all, thanks for the tip. |