The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Quantities Showing, Element Not Displaying Properly
cweb
post Mar 15 2011, 12:07 PM
Post #1





Group: Members
Posts: 9
Joined: 15-March 11
Member No.: 14,134



Hi.
The following information is not displaying properly.

Insert a label element with the text Quantity. Give the label the id qLabel Within the label element, insert a selection list for the qty field. Insert the numbers 1 through 10 for both the option text & option values.
What I see:
a blank Input text box next to Toppings... (it should not be there)
Numbers 6 7 8 9 10 under the Toppings... heading (they should not be there

Should be:
Toppings (select all that apply) selection of toppings box

Quantity a box with the quantity


My HTML code:
CODE
<label id="qLabel">Quantity    
           <select id="qty" name="qty">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
             </select>
             </label>

CSS code:
CODE

#qLabel {margin-top: 80px}
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 01:24 AM