Hi there! I looked at the source code to see what was going on with your end.
I'm not sure what you're trying to make the details do. If I understand it right, you're wanting to put some of those codes into the dropdown? I tried it in my code tester and it seemed to work fine. You just have to make sure that the /details tags are after everything. Also you can align them better by replacing margin: 5px 0 0 7px; with margin: 5px 0 0 0;.
As far as that weird space is concerned, you have a stray break tag in there. You didn't add div style="width:650px;" before the PSL box, which made an extra /div tag at the end next to that hanging /br tag that's making the extra space.
If you're trying to make the boxes be two in a row under these dropdowns, you may have to either make the boxes smaller or make the dropdowns wider. Otherwise, I think it might show up as just one per row.
no subject
I'm not sure what you're trying to make the details do. If I understand it right, you're wanting to put some of those codes into the dropdown? I tried it in my code tester and it seemed to work fine. You just have to make sure that the /details tags are after everything. Also you can align them better by replacing margin: 5px 0 0 7px; with margin: 5px 0 0 0;.
As far as that weird space is concerned, you have a stray break tag in there. You didn't add div style="width:650px;" before the PSL box, which made an extra /div tag at the end next to that hanging /br tag that's making the extra space.
If you're trying to make the boxes be two in a row under these dropdowns, you may have to either make the boxes smaller or make the dropdowns wider. Otherwise, I think it might show up as just one per row.