|
|
|
|
Posted: Sun Jan 29, 2006 12:52 pm
|
|
|
|
|
|
|
Posted: Mon Jan 30, 2006 2:59 am
yes, but that makes an unordered list (which can be moved with #about ul, but will move other stuff too so not recommended) for an ordered list, do the same thing, except use [list=a] instead of just list
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Tue Jan 31, 2006 10:26 am
cot vs tan your quilt is in your about input section and is separate from the css code 1. in the about input [it is between the mail and details links on your profile options page] convert your quilt into an ordered list, this result should look almost the exact same as what it currently is, except with a couple minor format additions example (i might make error but i think this correct): .::Quilt::.
 
 
[list=1] [*].::Quilt::. [*][url=http://www.gaiaonline.com/gaia/redirect.php?r=http://snipurl.com/junc][img]http://tinyurl.com/d8ry8[/img][/url][url=http://www.gaiaonline.com/gaia/redirect.php?r=http://tinyurl.com/d9lnn][img]http://snipurl.com/jwwb[/img][/url] [*][url=http://www.gaiaonline.com/gaia/redirect.php?r=http://tinyurl.com/d9lnn][img]http://snipurl.com/jwwb[/img][/url][url=http://www.gaiaonline.com/gaia/redirect.php?r=http://snipurl.com/junc][img]http://tinyurl.com/d8ry8[/img][/url] [/list] **there are many different format ways you can do this but this is one** ***note: this will cause numbers to appear on each line, one way to make these disappear is change the .::Quilt::. to an image banner and then set font size 0*** 2. next step would be move quilt wherever you want (using css theme code section), example: #about ol{ top: 400px; left: 600px; position: absolute } Oh wow great! I'll start playing with that now! biggrin
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Tue Jan 31, 2006 11:00 am
Now Im having some bizzare issues with making it a scroll box. I can get the OL out of my about section, but then It wont be a sroll box. If I don't move it out of the about section, it can be a scroll box, but I cant movie it. question By the way thanks so much for the help. Im worlds closer than before. Heres the mule Im testing this on. http://www.gaiaonline.com/profile/index.php?view=profile.ShowProfile&item=421147How do I make it have scroll overflow, while moving it out of my about section?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Tue Jan 31, 2006 11:18 am
Edit. Acually I got it working. I had some extra code that was causing problems. For some reason it was deciding to stretch the width way more than it was. I figured it out when I added a dotted border to the section.
Now I have the overfly and everything. Thanks so much! I can't wait to get this section working! biggrin
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri Feb 03, 2006 10:28 pm
I'm having problems...When i put the code in it doesn't show up on my profile! eek
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sat Feb 04, 2006 3:21 pm
[. Angel .] I'm having problems...When i put the code in it doesn't show up on my profile! eek
It looks like it's sitting at the top of your wishlist. If you can't see it, then you might need to play around with the left and top numbers. It could just be off the screen for you.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 11:08 am
|
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 11:38 am
To have more than one section, you just need to stack lists inside lists. Say you wanted three custom sections, then the coding you'd use would look like this:[list=1]Custom Section 1 [list=1]Custom Section 2 [list=1]Custom section 3 [/list] [/list] [/list] Then, in your CSS, you'd use these codes:Quote: /* For Custom Section 1: */ #about ol { [coding here] } /* For Custom Section 2: */ #about ol ol { [coding here] } /* For Custom Section 3: */ #about ol ol ol { [coding here] } For each list inside a list, you'd just have a new line of coding with an extra "ol" on it. The great thing about this is that, theoretically, you can have as many custom sections as you want.
Also, ShadyPrincess pointed out that you can use the header on your journal to stick lists in, too. The CSS would work the same as the about section, but with #journal ol instead of #about ol.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 11:48 am
Thank you, I'll try that out. 3nodding
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 12:03 pm
Okay, it doesn't seem to be showing up. I made new codes just like you said, the only thing that I think could be wrong would be how I positioned everything. In my about section this is the format I had it. [list=1] (All the codes for section 1 [list=1] (All the codes for section 2 [/list] [/list] Did I mess up on that?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 12:42 pm
I just tried it and it worked flawlessly, are you still having trouble?
In my code I used the following to give them temporary separate visible borders so that I could locate and move them easily:
#about ol{border: 10px solid #000;} #about ol ol{border: 3px double gold;}
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 12:47 pm
I'll try that, thank you!
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Feb 16, 2006 12:57 pm
It's still not working for me. xp
|
 |
 |
|
|
|
|
|
|
|
 |
|