Two words: Custom Sections.
STICKY:Tutorial Links and Commonly Asked-For Codes
How do I make custom sections?This is far easier to dwant on your profile and where you want them.
To start, you go to My Gaia > Profile > About. All of the content of your o if you already know exactly what sections you new sections will go in there, with each section wrapped in an ordered list tag. If you have multiple sections, they must be stacked inside each other.
Your main About text is outside the lists.
[list=1]
This would be the text of the first custom section.
[list=1]
This would be the text of the second custom section.
[list=1]
This would be the text of the third custom section.
[/list]
[/list]
[/list]
After you've submitted your About text, you then go to your theme section and apply CSS code to each section to move it around.
This would be the code for the first custom section:
Quote:
#about ol {position: absolute; top: __px; left: __px; }
This is for the second custom section:
Quote:
#about ol ol {position: absolute; top: __px; left: __px; }
This is for the third:
Quote:
#about ol ol ol {position: absolute; top: __px; left: __px; }
For custom sections, you must use absolute positioning.
Caveat: When you use custom sections the only section (including the about section) that can scroll is your very last custom section.