adding new left module, code didn't work |
adding new left module, code didn't work |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Mar 2004 Member No: 9,173 ![]() |
well, I tried to add a left module under my profile, but it didn't work. I did a little testing of the code and it only seems to work for my first sentence.. Is there a limit to how many characters there are in the new module??
|
|
|
![]() |
![]()
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 ![]() |
No there isn't a character limit. Did you use this 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 --> |
|
|
![]() ![]() |