| Author |
Make border disappear in a table
|
Raj Puri
Ranch Hand
Joined: Apr 24, 2003
Posts: 189
|
|
|
How can I make border around a text input item become zero?
|
 |
Julian Kennedy
Ranch Hand
Joined: Aug 02, 2004
Posts: 823
|
|
I'm not sure that's what you mean though. You seem to be asking how you can make the outline of a text input field invisible, i.e. a <input type="text"> element. I don't think you can do that and I'm not sure why you would want to. It wouldn't be very helpful to the user. Jules
|
 |
Raj Puri
Ranch Hand
Joined: Apr 24, 2003
Posts: 189
|
|
|
Yes, I wanted to make border of text item invisible not the border of table.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Your description: Make border disappear in a table makes it sound like you want the table border! style="border: 0;" is what you need... Eric
|
 |
 |
|
|
subject: Make border disappear in a table
|
|
|