moving contents to the left/right of the page |
![]() ![]() |
moving contents to the left/right of the page |
Nov 27 2004, 09:45 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Aug 2004 Member No: 41,282 |
I'm having a small problem moving all the contents of my xanga to the right or left of the page. It just keeps on staying in the center of the page. Help please?
|
|
|
|
Nov 27 2004, 11:34 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
on the top of the CLAF page it says alignment, put the alignment left.
|
|
|
|
Nov 28 2004, 03:57 AM
Post
#3
|
|
|
Yawn ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,530 Joined: Nov 2004 Member No: 65,772 |
if you don't like that look and wanna switch only the modules from left to right or vice versa then use this code:
QUOTE <!-- Switch Module Sides : Provided by blogring --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean http://www.xanga.com/seanmeister function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by blogring --> if you want to know, i got this code for you at html_codez_here@xanga |
|
|
|
![]() ![]() |