Hello,
I've seen in other posts that it is possible to designate a field within the form as being hidden. How can I do this?
Thx,
Jim
Hello,
I've seen in other posts that it is possible to designate a field within the form as being hidden. How can I do this?
Thx,
Jim
#li_3{
visibility: hidden;
}
That did it. Thanks for the quick post.
Was that documented anywhere?????
Thanks again...
The above works, this one as alternative:
#li_3{
display: none;
}
You must log in to post.