Custom Left modules and Right modules, Can i use these together? |
Custom Left modules and Right modules, Can i use these together? |
Apr 14 2005, 07:07 AM
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. |
|
|
|
![]() |
Apr 17 2005, 11:37 AM
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. |
|
|
|
anais_hil Custom Left modules and Right modules Apr 14 2005, 07:07 AM
lawmaniac_98 yes, you can use the custom left & right modul... Apr 14 2005, 09:04 AM
mona lisa QUOTE(lawmaniac_98 @ Apr 14 2005, 10:04 AM)ye... Apr 14 2005, 05:17 PM
myglasshouse does anyone know how to fix this because i am havi... Apr 14 2005, 12:23 PM
azn.peace.maker sorry to say but it wont work..I tried it on my te... Apr 14 2005, 06:09 PM
Lightner ya that person was me, u cant have a right and lef... Apr 14 2005, 09:36 PM
anais_hil but i saw somebody's xanga site has both left ... Apr 15 2005, 06:28 AM
lawmaniac_98 umm..proof of left and right side modules together... Apr 15 2005, 07:38 AM
anais_hil OH!! does anyone know? Apr 17 2005, 03:55 AM
anais_hil But I'm using kaiyotee's last 10 loggers t... Apr 18 2005, 06:27 AM
CKae Let me see if the the left module I use is compati... Apr 18 2005, 09:21 AM![]() ![]() |