Page 1 of 1

Indexing A-Z in HTML / CSS

Posted: Mon Jan 21, 2013 12:04 pm
by KEN
I want to index my posts according to title.
Example: http://animes-mini-hd.blogspot.com/2013/01/index.html

Right now I have to manually enter them to the right place like the Animes starting with "A" first, "B" later.. and so on with a <li> tag.
What I want is something like this:
Untitled.jpg
Any ideas?

Re: Indexing A-Z in HTML / CSS

Posted: Mon Jan 21, 2013 5:43 pm
by Sethioz
as far as i know, there is no such function, you would have to use a script.
don't think it even works on simple html, you would probably need .php or .asp or something like that.
That's why i don't use simple html at all, i use site systems that have such functions built-in.

however if you want to sort a simple list, you can use Raptor3, it can sort any text-based list into alphabetical order or by lenght.

Re: Indexing A-Z in HTML / CSS

Posted: Mon Jan 21, 2013 6:05 pm
by KEN
I asked around the places which had an index like that. Now waiting for their response and gonna post back after that.
Checking Raptor3 now.

Re: Indexing A-Z in HTML / CSS

Posted: Tue Jan 22, 2013 1:53 am
by Sethioz
im telling you, html does not have such command, it has to be a script.
unless you make a basic indexing using .htaccess, but it will be directory + file listing and not a html page.