Hi Carl

when I create my customized select elements, there is <span> class created as well. I wonder if there is way to remove it.

   something like this:

   <div id="Category" class="Category">
  <span class="formelementcategory label">
  <label for="firstBox">Category:</label>
  <select id="firstBox" onchange="getSecond(this.id)" name="firstBox">
  </select>
  </span>

  Thanks in advance

Ke Wei

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to