I wanted to know if there is any css on the skin drop down menu, working on a new skin and the place if fine if a little smaller, I did this with .sortform and it works but the closest to finding the skin menu is <div id="skin">
I charge into the light and need only yours to find my way. Archive of One:
No. You could add a surrounding <span> in your skins though.
Something like this : <span class="label">{skinchange_content}</span>
I don't really used them well or much to get them to work properly, is this like <tbody> in a table?
I charge into the light and need only yours to find my way. Archive of One:
No, span is not like tbody. It's a tag you put around inline content, similar to div which is for block content.