Post Splitter Jul 3, 2007 1:36:25 GMT -5 Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Schubaltz on Jul 3, 2007 1:36:25 GMT -5 Description: Splits the posts into separate tables.Source: OpenCross-browser: YesGlobal Footer<style type="text/css"><!--.split { width: 100%; margin-top: 15px }--></style><script type="text/javascript"><!--// Post Splitterif(location.href.match(/action=display/))for(var l = document.links, k = 4; k < l.length; k ++) if(l[k].className == "nav") { var split = [ ], t = l[k].parentNode.getElementsByTagName("table"); for(var i = t[1].rows, x = 0, a = -1; x < i.length; x ++) { if(a >= 0) { if(!split) split = ""; split += "<tr>" + i[x].innerHTML + "</tr>"; i[x].style.display = "none"; } if(i[x].cells[0].className.match(/windowbg2?/) && i[x + 1].cells[0].className.match(/windowbg2?/)) a ++; } if(split.length) { var con = document.createElement("div"), e = "<table class='split bordercolor' cellpadding='4' cellspacing='1'>"; con.innerHTML = e + split.join("</table>" + e) + "</table>"; t[0].style.backgroundColor = "transparent"; t[1].className = "bordercolor"; t[1].parentNode.appendChild(con); } break;}//--></script>