Module to the right, i seriously have looked......... |
Module to the right, i seriously have looked......... |
Nov 21 2004, 04:04 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,882 Joined: Sep 2004 Member No: 47,064 |
Ok no one get mad, i searched for this topic, and tried changing the aline to "right" and even some codes, but either they didn't work or they made the module disappear. I was wondering if anyone knew something that sctually aligns it to the right, or where the div layering code goes to align my custom module.
PS- I only want MY CUSTOM MODULE to the right |
|
|
|
![]() |
Nov 21 2004, 04:06 PM
Post
#2
|
|
![]() jellyfishing, jellyfishing ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,174 Joined: Oct 2004 Member No: 55,185 |
|
|
|
|
Nov 21 2004, 04:09 PM
Post
#3
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
i dont think you can do it either.
i think it's only left and middle. then there's the codes MAy I see your code? |
|
|
|
Nov 21 2004, 04:49 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,882 Joined: Sep 2004 Member No: 47,064 |
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 --> The one that came straight out of xanga scripts. I didn't think there was one, just wanted to make sure. thanks |
|
|
|
Nov 21 2004, 06:56 PM
Post
#5
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
to switch the left modules to the right use this: |
|
|
|
Nov 21 2004, 08:31 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,882 Joined: Sep 2004 Member No: 47,064 |
yeah, but that puts ALL my modules on the right. Can i alter the code to have only the CUSTOM MODULE to the right?
|
|
|
|
Nov 21 2004, 09:05 PM
Post
#7
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
just stick your custom module in a div layer
|
|
|
|
Nov 21 2004, 10:22 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,882 Joined: Sep 2004 Member No: 47,064 |
Ok this will prolly make me sounds really stupid but i dunno what that is! Could you give me the code and where i put it? thanx!
|
|
|
|
Nov 21 2004, 10:27 PM
Post
#9
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com -->
<div align="right"> <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> </div> <!-- end code provided by createblog.com --> |
|
|
|
Nov 21 2004, 10:45 PM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,882 Joined: Sep 2004 Member No: 47,064 |
ah, poo. It still don't work.
|
|
|
|
![]() ![]() |