PDA

View Full Version : Rounded Edges on tables


dead_eye
01-28-2002, 10:04 PM
I'm doing a web site for my someone and he insists on rounded edges for the tables (WITHOUT using graphics). So, is there some html tag or some js code that will display this.

DrZaius
01-28-2002, 10:17 PM
If you mean rounded table corners, then no, it's only possible with images. The images can be very small in size though (.gifs).

dead_eye
01-28-2002, 10:28 PM
yes i do, but the guy has actually has been looking for the command for while. There might be a way (with some language i don't know) so it's possible.

DrZaius
01-28-2002, 10:33 PM
I've written HTML and CSS for a long time and I've never seen rounded edges with pure code. I've even checked my books and I can't find anything other than the basic style sheet borders. The only thing I can think of is maybe something with Java + DHTML but that would be too complicated and the code size would be bigger than if you used images.

mairving
01-29-2002, 07:58 AM
So here is a guy that doesn't know HTML but knows this about rounded corners. MS doesn't even have a tag for rounded corners. Besides what is the big deal about not using an image. It would be a small file anyway. Maybe he is thinking of PHP generating images although they are still images.

BlindFish
01-29-2002, 08:27 AM
Hmmm... I though you were discussing the safety features of office furniture. :D

Anyway - definitely no rounded edges in HTML so you're going to have to either persuade 'your someone' to have square corners :eek: or use images...

dj4uk
01-29-2002, 08:32 AM
Just to be another person to say he's wrong. No HTML that can possibly do rounded edges on tables without images. I think you probably get the message.