how do you alphabetize words? |
how do you alphabetize words? |
Oct 19 2006, 09:37 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 187 Joined: Jul 2005 Member No: 172,262 |
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?
|
|
|
|
![]() |
Oct 19 2006, 10:57 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
- Edited. I'll re-edit later -
|
|
|
|
Oct 20 2006, 07:53 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 187 Joined: Jul 2005 Member No: 172,262 |
i tried that but it doesn't work but i might not know whatchu mean .. so can anybody HELP ME OUT!!!
|
|
|
|
Oct 20 2006, 08:17 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
edit/
Thats to make them uppercase. To alphabatize you do it manually. |
|
|
|
Oct 21 2006, 04:47 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 187 Joined: Jul 2005 Member No: 172,262 |
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
|
|
|
|
Oct 21 2006, 04:49 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Ok I'm lost. If you want a list read this:
http://www.createblog.com/forums/index.php?showtopic=109305 If 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. |
|
|
|
Oct 21 2006, 05:19 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 187 Joined: Jul 2005 Member No: 172,262 |
yeah i didn't want a list i wanted an ALPHATBETIZED list .. so an alphabet generator will work?
|
|
|
|
Oct 21 2006, 07:00 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
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. |
|
|
|
Oct 23 2006, 04:58 AM
Post
#9
|
|
![]() Jay ![]() ![]() ![]() Group: Member Posts: 50 Joined: Oct 2006 Member No: 472,576 |
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. |
|
|
|
Oct 23 2006, 08:46 AM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
She wants them alphabetized.
|
|
|
|
Oct 23 2006, 03:43 PM
Post
#11
|
|
![]() Jay ![]() ![]() ![]() Group: Member Posts: 50 Joined: Oct 2006 Member No: 472,576 |
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. |
|
|
|
Oct 23 2006, 04:18 PM
Post
#12
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 307 Joined: Apr 2006 Member No: 393,086 |
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 |
|
|
|
Oct 26 2006, 05:56 PM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 187 Joined: Jul 2005 Member No: 172,262 |
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 |
|
|
|
Oct 26 2006, 07:02 PM
Post
#14
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 307 Joined: Apr 2006 Member No: 393,086 |
i googled it, thats what came up, so im guessing they mean microsoft word...
|
|
|
|
![]() ![]() |