quickie fix:
each attribute has its own id in the source code
<div class="wrapperAttribsOptions" id="wAttrib-16">
css to not display.
#wAttrib-16 { display: none; }
That won't get rid of the <br class="clearBoth" /> added in between the attributes but should make each attribute disappear. Also you may find you may have to put in a lot of attribute ids.........
Bookmarks