|
|
|
|
|
|
Posted: Thu May 04, 2006 9:07 pm
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 7:57 am
Patches?
Well, it looks like she's hidden everything but the about section and comments. The "Ordering Rules," "How to Order," etc. are just comments she's made in her own profile. She's removed the "make a comment/read comments" links.
For making new sections, there's a sticky at the top of this subforum that explains all that, and there are a couple of image map tutorials you can read here:
[How To] Make an IMAGE MAP [Simple tutorial] PHP-free SIG MAPS // Images Fixed
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 4:14 pm
I understand that she removed all that, but how did she position it? I know it's absolute... And I know the heights... But how do you get it centered? And for the different sections, I'm confused about that... I've read it over 5 times... And still don't get it >.< Where exactly do you put it? In your about section I've read... but what if you want it somewhere else? Not near your about me section? Below your wishlist or anywhere else? And for the coding you'd put, say: [list:1]  [url=www.gaiaonline.com][img]malformed url[/img] [/list:1] Then [list:2]About Me[/list:2] ?? Like with your pets' names and your quest.. How they aren't in your about section... sweatdrop Sorry to be a pain..
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 5:58 pm
Oh, sorry. sweatdrop She centered it with this code:
#site {margin: 0 auto; }
Well, for the separate sections, first, it's always this, with an equal sign and then a one:
[list=1]...[/list]
When you're writing it like that, you put it in the About section (My Gaia > About). Then you go to your theme section and move it by using absolute positioning:
#about ol {position: absolute; top: __px; left: __px; }
Is that clear?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 6:11 pm
Oh.. yay!! That is!! ^_^ Thank you!!
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|