propertyeditormodule & xhtml
Last Post 06/13/2007 6:15 AM by Alessandro Villani. 0 Replies.
Author Messages
Alessandro Villani
Nuke Newbie
Nuke Newbie
Posts:2


--
06/13/2007 6:15 AM  
I'm tryng to solve this problem:
when a new user have to register, the html is not xhtml compiant for some errors, but the
 first error is that the TABLE tag cannot be nested in a SPAN tag, as you can see in the bottom.
The code is generated by the dnn:propertyeditormodule, and I'm looking for in the source code where is generated the SPAM id="dnn_ctr_ManageUsers_User_UserEditor" but nothing!!
Someone can help me?

Thanks

<tr id="dnn_ctr_ManageUsers_UserRow">
			<td valign="bottom"><span id="dnn_ctr_ManageUsers_User_UserEditor" style="display:inline-block;width:275px;">
<table id="dnn_ctr_ManageUsers_User_UserEditor_tbl" border="0"> <tr>




---