-
1. Re: How to remove labels from text fields?
Ken Binney Nov 23, 2014 9:26 AM (in response to rrajivmehra)How else did you plan to display the purpose of each field to the user?
-
2. Re: How to remove labels from text fields?
Rob Hecker2 Nov 23, 2014 9:46 AM (in response to rrajivmehra)If you don't want to use labels (and that's OK. I don't always use them), you can create the fields manually. It's hardly more effort.
-
3. Re: How to remove labels from text fields?
Nancy O. Nov 23, 2014 9:53 AM (in response to rrajivmehra)rrajivmehra wrote:
I insert a text field in a form but the text field automatically comes with a label.
That's what is supposed to happen. That's valid markup.
Nancy O.
-
4. Re: How to remove labels from text fields?
rrajivmehra Nov 24, 2014 12:19 AM (in response to Ken Binney)I used to work with CS6 a few months back.
When I inserted text fields in a page , there were no automatic labels like Dreamweaver CC.
So I am in a habit of creating a table (without borders) inside a form and using one <td> for the name of the field and another <td> for the actual text field.
That is why i want the labels to be gone!
Thanks for your time
Regards
Anuj
-
5. Re: How to remove labels from text fields?
rrajivmehra Nov 24, 2014 12:21 AM (in response to Rob Hecker2)You mean using coding?
If yes, then yeah I could do that but designer mode saves a lot of time!
I wonder if there is an option to disable labels??
Thanks for your time though!
Regards
Anuj
-
6. Re: How to remove labels from text fields?
rrajivmehra Nov 24, 2014 12:28 AM (in response to Nancy O.)And I get that!
But say I insert a text field.
It is preceded by a label saying "Text Field 1:"
But I already have written what the text field is supposed to do!
And when I go in front of the label and press backspace, it doesn't wanna get deleted; not until I have to select the text and delete it!
So you see a large part of my time is getting wasted in formatting the page and i can't give my full attention to the php code I want to write as I get frustrated because of this!
So if you could help me get rid of the labels for good ; it'll be amazing!
Thanks
Regards
Anuj
-
7. Re: How to remove labels from text fields?
Jon Fritz II Nov 24, 2014 9:19 AM (in response to rrajivmehra)Click where you want the text field to appear while in Code View and Choose Insert > Form > Text
That will place <input type="text"> tag without the <label> tag.
-
8. Re: How to remove labels from text fields?
rrajivmehra Nov 25, 2014 6:37 AM (in response to Jon Fritz II)Great!
This works like a charm.
Thanks



