hi,
I'm hoping somone can help me here. I need to get rid of the <span> tags that DNN generates in the code below and replace them with <div> tags:
<span> <span width="100%" class="main_dnnmenu_item"
name="dnn$dnnNAV$ctldnnNAV"
id="dnn_dnnNAV_ctldnnNAV" orient="0" sysimgpath="/dnn/images/"
rarrowimg="/dnn/images/menu_down.gif" carrowimg="/dnn/images/breadcrumb.gif" css="main_dnnmenu_item"
csshover="main_dnnmenu_item_hover" mbcss="main_dnnmenu_bar" mcss="main_dnnmenu_submenu"
cssicon="main_dnnmenu_icon" postback="__doPostBack('dnn$dnnNAV$ctldnnNAV','[NODEID]Click')"
callback="dnn.xmlhttp.doCallBack('ctldnnNAV dnn_dnnNAV_ctldnnNAV','[NODEXML]',this.callBackSuccess,oMNode,this.callBackFail,this.callBackStatus,null,null,0);">
</span></span>
I've looked all over and searched the internet and my own files to find the culprit, but no luck. I've come close in the dnn.controls.dnnmenu.js file. I was able to eliminate alot of the span tags and get closer to the results I'm looking for. But, I still need to eliminate those final span tags.
Anyone? Please help if you can!
Thanks!
David Kaplan