Using tablesorter to sort when using DIV's

Using tablesorter to sort when using DIV's

Hi,
I am using the table sorter plugin, but I have some styles applied to items in the table, so a number sort does not work. Is there a way for me to modify the sorter to ignore the styles ? Here is an example of what I am using.

  1. <td class="comp6"><div class="helpwrap">
                                                    <p class="the-price">&euro;200.00</p>
                                                    <p class="gbox"><!--<a href="#"><span>Buy Now<br>
                                                        Cover</span></a>--></p>
                                                </div>



  2. </td>
  3. <td class="comp6"><div class="helpwrap">
                                                    <p class="the-price">&euro;220.00</p>
                                                    <p class="gbox"><!--<a href="#"><span>Buy Now<br>
                                                        Cover</span></a>--></p>
     </div>



  4. </td>