Custom Left modules and Right modules, Can i use these together? |
Custom Left modules and Right modules, Can i use these together? |
![]()
Post
#1
|
|
![]() I luv you!! ![]() ![]() ![]() Group: Member Posts: 42 Joined: Mar 2005 Member No: 109,476 ![]() |
How can I use left modules, right modules and last loggers (all are your codes) altogether?
I tried, but when I put the left modules code(including last loggers) first, the right modules moved to the bottom. When I put the right modules code first, the left modules move to the bottom... MY LEFT MODULES CODE: MY RIGHT MODULES CODE: These code were provided by kaiyotee aka Paul Chen. |
|
|
![]() |
![]()
Post
#2
|
|
![]() What r u looking at!? ![]() ![]() ![]() Group: Member Posts: 34 Joined: Jan 2005 Member No: 85,144 ![]() |
I use both left and right custom modules.
For the left one, i use: CODE <script> Just modify the Title Here and Module Content.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> I totally don't understand why people keep saying that this custom left module can't use HTML, actually it can. Example for the Module Content: CODE <b>This is rubbish!</b><br><i>So what?</i> For the right one, I use the one from kaiyotee. It is not perfect though that the width of this custom right module can't be changed (at least for me). If it can please tell me! Hope that helps. Just visit my Xanga for an example. |
|
|
![]() ![]() |