asian x h0ng
Oct 19 2006, 09:37 PM
i know that sounds stupid but how do you alphabetize words? i mean I KNOW HOW THE HARD WAY, but see, i have this list of bands & there are over like 60 of them .. so how would i alphabetize the words? like not sorting each one by one ... is there a certain site? like i tried draac.com because they have stuff there but nothing there & i was just wondering if anyone knew?
freeflow
Oct 19 2006, 10:57 PM
- Edited. I'll re-edit later -
asian x h0ng
Oct 20 2006, 07:53 PM
i tried that but it doesn't work but i might not know whatchu mean .. so can anybody HELP ME OUT!!!
freeflow
Oct 20 2006, 08:17 PM
edit/
Thats to make them uppercase. To alphabatize you do it manually.
asian x h0ng
Oct 21 2006, 04:47 PM
so i put the 1st part of the code you gave me in the about me .. then i put my list of bands & stuff in the 2nd part of the code but it doesn't even make a list . it just makes everything uppercase
freeflow
Oct 21 2006, 04:49 PM
Ok I'm lost. If you want a list read this:
http://www.createblog.com/forums/index.php?showtopic=109305If you want to alphabetize, you do it manually.
Google for alphabetizing generator or something like that. But I doubt its possible. Next time just start typing them that way.
asian x h0ng
Oct 21 2006, 05:19 PM
yeah i didn't want a list i wanted an ALPHATBETIZED list .. so an alphabet generator will work?
freeflow
Oct 21 2006, 07:00 PM
IF there is one. I looked and couldn't find one. So I doubt there is one and I doubt its possible to do online. IF you find one then it might work. Otherwise you can't do it.
Without doing it manually.
airguitarist
Oct 23 2006, 04:58 AM
You could put this between the style tags of you code:
CODE
p
{
text-transform: uppercase
}
and then put:
CODE
<p> text here </p>
around the font you want capitalised.
An
easier solution maybe to copy the list into
Word, highlight, then go to format - change case, and select uppercase, and then paste the list back.
Hope that helps.
freeflow
Oct 23 2006, 08:46 AM
She wants them alphabetized.
airguitarist
Oct 23 2006, 03:43 PM
Woops, sorry, I should learn to read.
Can't think of a way, or found a way to do it by code. Maybe copying the list into Excel, and then sorting them? It should work if each item is on a new line.
xastallaslyons
Oct 23 2006, 04:18 PM
Do you occasionally need to alphabetize a list of names? You could waste an entire hour on that single task, but Word can sort the list instantly:
Type a list of names, pressing the Enter key after each name. Your list should look something like:
Mary Koepke
Bill Coan
Paul Jones
Select the entire list.
On the Table menu, choose Sort.
Click Options, then click Other, then press the spacebar and click OK.
Choose "Sort by Word 2", then click OK.
Now your list looks like this:
Bill Coan
Paul Jones
Mary Koepke
Repeat Steps 1–5, but choose "Sort by Word 1" and your list will look like this:
Bill Coan
Mary Koepke
Paul Jones
Change the Way Word Works
asian x h0ng
Oct 26 2006, 05:56 PM
QUOTE(Sup foooool @ Oct 23 2006, 5:18 PM)

Do you occasionally need to alphabetize a list of names? You could waste an entire hour on that single task, but Word can sort the list instantly:
Type a list of names, pressing the Enter key after each name. Your list should look something like:
Mary Koepke
Bill Coan
Paul Jones
Select the entire list.
On the Table menu, choose Sort.
Click Options, then click Other, then press the spacebar and click OK.
Choose "Sort by Word 2", then click OK.
Now your list looks like this:
Bill Coan
Paul Jones
Mary Koepke
Repeat Steps 1–5, but choose "Sort by Word 1" and your list will look like this:
Bill Coan
Mary Koepke
Paul Jones
Change the Way Word Works
are you saying Word as in MICROSOFT WORD?? i dont understand
xastallaslyons
Oct 26 2006, 07:02 PM
i googled it, thats what came up, so im guessing they mean microsoft word...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.