I have a table layout with the following code
<table cellspacing="0" class="photogalleryTable">
<tbody>
<tr>
<td class="photogalleryItem"><a title="" href="/images/varsity_basketball/alexdefending.jpg" rel="lightbox[12828]" onclick="myLightbox.start(this);return false;"><img border="0" alt="" src="/Utilities/ShowThumbnail.aspx?W=100&H=80&Img=%5c%5c192.168.61.7%5canf01%5cyvir%5cfvgrf1%5c72488%5cSbyqref%5c%5cvzntrf%5cinefvgl_onfxrgonyy%5cnyrkqrsraqvat.wct&USM=1"></a></td>
<td class="photogalleryItem"><a title="" href="/images/varsity_basketball/cheerweb.jpg" rel="lightbox[12828]" onclick="myLightbox.start(this);return false;"><img border="0" alt="" src="/Utilities/ShowThumbnail.aspx?W=100&H=80&Img=%5c%5c192.168.61.7%5canf01%5cyvir%5cfvgrf1%5c72488%5cSbyqref%5c%5cvzntrf%5cinefvgl_onfxrgonyy%5cpurrejro.wct&USM=1"></a></td>
</tr>
</tbody>
</table>
Is it possible to use jQuery to re-format to a unordered list? Somehow convert the td tag to a li tag and remove the rest?
Thanks in advance for any help.