Quote Originally Posted by Boggled View Post
I would have thought so too. I just made all three edits again (removed the one and commented out the last two) and here is a link to a product:

http://www.nybikergear.com/motorcycl...acket?cPath=10
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.........