xanaga custome module: extra module, i used the code from xanga scripts but.. |
xanaga custome module: extra module, i used the code from xanga scripts but.. |
Dec 17 2004, 03:09 PM
Post
#1
|
|
![]() F a y t i s d e s t i n y ![]() ![]() ![]() ![]() Group: Member Posts: 214 Joined: Sep 2004 Member No: 49,153 |
hi, i used this code from the xanga scripts section to get an xtra module on my xanga, to put my links to xtra pages in.
CODE <!-- begin code provided by createblog.com --> <script> titleContent = 'Xtra Links'; moduleContent = 'Module Content'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com --> but when i put more than one link in it won't show up on my xanga, could it be something wrong with the way i coded it, here is the code with all the links i want in CODE <!-- begin code provided by createblog.com --> <script> titleContent = 'Xtra Links'; moduleContent = '<a href="http://www.myotaku.com/users/misskay/results/" target="_blank">My Quiz Results</a> <BR> <a href="http://www.geocities.com/kayleighliddle/index.htm">Sigs</a> <BR> <a href="http://www.geocities.com/kayleighliddle/Avvys.htm">Avvy's</a> <BR> <a href="http://www.geocities.com/kayleighliddle/Gifts.htm">Gifts</A> <br> <a href="http://www.geocities.com/kayleighliddle//Signs.htm">Signs</a> <br> <a href="http://www.geocities.com/kayleighliddle/Tutorials/tutorials.htm">Tutorials</a> <br> <a href="http://www.geocities.com/kayleighliddle/linkme.htm">Link Me</a> <br> <a href="http://3000words.blogspot.com/">My Blog</a> <br> <a href="http://www.xanga.com/dark_anime_angelz">Refresh My Xanga</a>'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com --> I didn't see anything wrote down about not being able to put links or HTML in it, can someone help me?, thanks ***Kayleigh AKA. Miss Kay*** |
|
|
|
misskay xanaga custome module: extra module Dec 17 2004, 03:09 PM
MyChemicalRomance. do NOT use the enter key when you are putting in y... Dec 17 2004, 05:32 PM
misskay thank you for that advice, i never knew that, but ... Dec 17 2004, 06:01 PM
MyChemicalRomance. here you go use this i fixed it, i forgot to say t... Dec 17 2004, 06:26 PM
misskay thank you soo soo soo much, i have been having pro... Dec 17 2004, 06:42 PM
MyChemicalRomance. no problem Dec 17 2004, 06:43 PM![]() ![]() |