/* do this in CSS to hide the bullets from ul list*/ ul { list-style: none; }
ul.ba { list-style-type: none; }
ul{ list-style-type: none; }