Forum Moderators: open
----------------------------------------
oNewTd3 = document.createElement("td");
oNewTd3.innerHTML = "<div id='linerMake'><input type=text size=15 style='background-color: #FFFFFF' id='linerMake' class=copy name=linerMake_" + vid + " value=\"" + trim(linerMake + " " + comSignature) + "\"></div>";
sb.Append("<td width=75px class=admin8lb><span id='spanMake' style='visibility: ; ' class=admin8lb> MAKE </span></td>")
sb.Append("<td width=75px class=admin8lb><span id='spanMake' style='visibility: ; ' class=admin8lb> MAKE </span></td>")
Obviously, display:none; would be inappropriate for a td, as that could adversely affect table rendering, though it would be useful for removing an entire tr from the display.