*whispers* the custom modules ARE html.. they..are made out of..html..
QUOTE
html doesn't work for me in that code! :(
what are you talking about..
lilazneye10
Oct 13 2004, 09:40 PM
heres the code
CODE
<!-- begin code provided by createblog.com --> <script> titleContent = 'Title Here'; 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 -->
addictedtoxangie
Oct 13 2004, 09:43 PM
i mean i put the html in the module content but it doesn't work. only regular text works.
cherrysauce
Oct 13 2004, 11:51 PM
its a TEXT ONLY module. im still looking for a html one..
mezzanine
Oct 14 2004, 03:43 PM
that's what i'm looking for too...i hope someone finds one because i have no idea where to look and don't even know where to begin at writing up my own script.
shortvi3tlaydee
Oct 14 2004, 09:52 PM
QUOTE(lilazneye10 @ Oct 13 2004, 9:40 PM)
heres the code
CODE
<!-- begin code provided by createblog.com --> <script> titleContent = 'Title Here'; 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 -->
that one is only for text not html
the only one i can think of is this one but your profile n stuff like that will be gone