How do I create or understand text boxes??
I could use a refresher course in how dreamweaver ceates text forms.
I see
<input name="TB1" type="text" id="TB14" size="55" maxlength="675" style="width: 675"/>
First off, my client wants me to label the names TB1, TB2, ect....
I'm pretty sure I should leave the id alone.
Here is a question. What does maxlength do and style-width do? When I put the numbers in nothing changed? however, when I put size 55 in, it got wider.
Also, when I go to Insert, Form, Text it only displays <input type="text">
Why is it not giving me more code? I am using <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"/> if that. means anything.
