Indexing A-Z in HTML / CSS

c, c++, php, html, sql ..etc discussion. also includes codes and source codes.
Post Reply
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Indexing A-Z in HTML / CSS

Post 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?
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Indexing A-Z in HTML / CSS

Post 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.
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Re: Indexing A-Z in HTML / CSS

Post 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.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: Indexing A-Z in HTML / CSS

Post 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.
Post Reply