modules, da HTML module |
![]() ![]() |
modules, da HTML module |
Dec 9 2004, 04:18 PM
Post
#1
|
|
|
AdReNaLiN3 ![]() ![]() ![]() ![]() Group: Member Posts: 211 Joined: Aug 2004 Member No: 36,718 |
yeah, that code, see I use that code to put my counter in, and now i want to put another html thing in, but when i doubled this code, it had the module with the counter in like the first one, umm it's kinda confusing so here: My Xanga see the module with the counter, yeah i put that code in without any HTML and it doubled it, so is there like a way to stop makin duplicates? |
|
|
|
| *mona lisa* |
Dec 9 2004, 04:42 PM
Post
#2
|
|
Guest |
|
|
|
|
Dec 9 2004, 04:49 PM
Post
#3
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
Couldn't put in codes, sorreh O_O
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <div id="customLeft" style="display:none"> <!-- module:start --> <table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1"> <tr><th class="left" vAlign="top" align="left"> [-Music-] </th></tr> <tr><td class="left" vAlign="top"> Customize Your Content Here<br/> </td></tr> </table> <br/> <!-- module:end --> </div> <script> var sbpc = document.getElementById('customLeft'); var myForm = document.getElementById('__aspnetForm'); var leftSide = sbpc.cloneNode(true); leftSide.style.display = "block"; if(!document.all){ range = document.createRange(); range.selectNode(myForm); range.insertNode(leftSide);} else{myForm.insertAdjacentElement('afterEnd', leftSide);} </script> <!-- Left Side Modules : Paul Chen --> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> is that red part suppose to be <br> and not <br/> ? |
|
|
|
![]() ![]() |