hachebon
hachebon
thank jeebus I already had knowledge in CSS
sweatdrop
cause if i was just a beginner to gaia AND coding, i'd probably get frustrated and curse you to the heavens above
scream
xD thank you this is really helpful, i shall be using this as reference :O~! oh god i cant imagine how long it took to make all this O_o *would commit suicide if I tried such a thing*
one thing i'm having problems with is the "ul" and "ol" section.
okay so when you mean "lists" you mean like :
first ul/ol
second ul/ol
third ul/ol
?
ahhh that list example was supposed to have an indentation each time like the "second ul/ol" would be indented and the "third ul/ol" would be indented a little more than that one
crying
*isshot*
Here, let me give you an example. In your about you should have something like
[list]
First custom section.
[list]
Second custom section.
[list]
Third custom section.
[/list]
[/list]
[/list]
And in your profile theme, you should have something like this
#about ul {position: absolute; left: ##px; top: ##px;}
#about ul ul {yadda yadda}
#about ul ul ul {code here blah blah blah}
Does that help?