Ok, this skin you have is very problematic. It uses a reset stylesheet, which breaks pretty much everything, and it also applies styles to things that should not be styled by default in any skin... e.g. all table cells and all tables.
But even then, there seems to be a problem with that extra label.
If you reset the site to the default DNN skin as a test, you'll see how things are designed to look. The store has tons of workarounds for the recent DNN styling choices, but I can't make it work with every other skin out there at the same time.
Can you check your skin's ASCX files and remove any visible="False" attributes from all content panes. That might resolve that particular issue. Bu t the rest.. such as getting the checkbox to show up, and working around the styling method is going to be a lot of fiddly work. (DNN injects inline CSS to hide radio buttons and checkboxes behind the page and then puts graphics in their place.. you're not seeing the graphic for some reason.
Let's see if that sorts the dual-label issue in any case.
Rob
But even then, there seems to be a problem with that extra label.
If you reset the site to the default DNN skin as a test, you'll see how things are designed to look. The store has tons of workarounds for the recent DNN styling choices, but I can't make it work with every other skin out there at the same time.
Can you check your skin's ASCX files and remove any visible="False" attributes from all content panes. That might resolve that particular issue. Bu t the rest.. such as getting the checkbox to show up, and working around the styling method is going to be a lot of fiddly work. (DNN injects inline CSS to hide radio buttons and checkboxes behind the page and then puts graphics in their place.. you're not seeing the graphic for some reason.
Let's see if that sorts the dual-label issue in any case.
Rob