What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

List items in SELECT box have suddenly become double-spaced

JeffG

New member
Joined
Aug 31, 2024
Messages
4
Reaction score
0
HTML Coins
0
The list items in every SELECT dropdown on the WAMP system I wrote and maintain (voluntarily) have suddenly become double-spaced.
It can't be anything to do with my code or anything I have changed recently since my laptop running a very old version of the system is exhibiting the same phenomenon.
I am hoping that someone here can shed light on the matter, because I am at a loss to understand what is happening. There must be a logical explanation, surely?

Edit: It turns out that the problem (for me) is not specific to that system - it's any drop-down anywhere, as the example in the follow-up post demonstrates.
 
Last edited:
OK - I've attached a simple HTML file. (I can't attach it with the .htm file type, so please save it and change the file type from .txt to .htm)
How does it appear to you when you click on the down arrow?

When I click on the down arrow, the options appear double spaced, like this:
options.jpg

This is the code:
HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body>
<select>
<option value="a">Option a</option>
<option value="b">Option b</option>
<option value="c">Option c</option>
<option value="d">Option d</option>
</select>
</body>
</html>
 

Attachments

Hmm. I have just tried that file on my Linux system and the spacing is just fine. So maybe it's some obscure Windows problem that's been introduced with a recent update. It's definitely a recent problem.
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back