Guest User

Untitled

a guest
Aug 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. HTML: Consecutive spaces merged in option name in select
  2. <html>
  3. <body>
  4.  
  5. <select name="test" id="test" >";
  6. <option value="None">Select</option>
  7. <option value="2"> ABCDEF&nbsp;&nbsp;&nbsp;Dec09</option>
  8. <option value="3"> ABCDEFG&nbsp;&nbsp;Nov10</option>
  9. <option value="4"> ABCDEFGH&nbsp;Nov05</option>
  10. </select>
  11.  
  12. </body>
  13. </html>
  14.  
  15. style="font-family:monospace;"
  16.  
  17. <select name="test" id="test" style="width:200px;">";
Add Comment
Please, Sign In to add comment