Αποτελέσματα Αναζήτησης
12 Μαΐ 2010 · Using CSS. label { display: block; width: 100px; } The width attribute is deprecated, and CSS should always be used to control these kinds of presentational styles.
Use the width property to determine the width of the input field: First Name. Example. input { width: 100%; } Try it Yourself » The example above applies to all <input> elements. If you only want to style a specific input type, you can use attribute selectors: input[type=text] - will only select text fields.
I'm using the following HTML code to create a form but the width of the "phone" label seems to be ignored no matter what I set it to. I've set it explicitly to 50px. <div style="padding-bottom:6px"><div name="HGroup568" style="width:180px;height:23px;">.
How To Create a Responsive Form Step 1) Add HTML. Use a <form> element to process the input. You can learn more about this in our PHP tutorial. Add inputs (with a matching label) for each field, and wrap a <div> element around each label and input to set a specified width with CSS:
4 Αυγ 2008 · This can be ideal when the form is asking for unusual data, and the label for each needs to be clearly understood. Left-aligned labels bring the advantage of requiring much less vertical space, since each label and input pair is one one thin vertical row.
3 Νοε 2021 · Make sure that the form’s width is great enough to accommodate both the labels and fields on one line. Otherwise, they may wrap. You may want to assign a value to the margin-top so that there is a bit of vertical space between form elements.