Custom Module help.., Not displaying anything in Firefox. |
Custom Module help.., Not displaying anything in Firefox. |
Dec 23 2004, 07:19 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
I'm using this code:
CODE <!-- begin code provided by createblog.com --> <script> titleContent = 'Affiliations'; moduleContent = ' stuff here '; 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 --> However, the modules are not displayed in Firefox, what's the cause of this? |
|
|
|
protegechris Custom Module help.. Dec 23 2004, 07:19 AM
mona lisa did you put it where its supposed to go? i think i... Dec 23 2004, 09:39 AM
protegechris Yes I put it in the web stats area, but it still d... Apr 15 2005, 04:03 AM
mona lisa Hm, I tried it in my test site and you're righ... Apr 15 2005, 03:40 PM
kill me please if you use this custom module script it works in f... Apr 15 2005, 05:01 PM![]() ![]() |