This is the page where you learn how to Re-Align Tables on your Guild Layout. Ok. Say you have a code like this: <table style="Position:absolute; top:450; right:15;">
You want to change the positioning of the textareas. You see where it says "top:450; right:15;" ? This is where you change the numbers around. I'll break it down piece by piece.
A. To move your textarea up or down, take this part of the code: "top 450;" and change the numbers. The HIGHER(or BIGGER) the number you write, the LOWER on the page the textarea will appear, and vice versa- the LOWER(or SMALLER) the number you write, the HIGHER on the page your textarea will appear.
B. To move your textarea right or left, take this part of the code "right:15;" and change the numbers. The LOWER (or SMALLER) the number you write, the more to the right the textarea will appear on your page. The HIGHER(or BIGGER) the number you write, the more to the left your textarea will appear on your page.

And that is pretty much it! If you have any problems with this, please contact jadey213@yahoo.com


Let's go HOME!