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:
Any ideas?
Indexing A-Z in HTML / CSS
- Sethioz
- Admin
- Posts: 4764
- 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
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.
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
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.
Checking Raptor3 now.
- Sethioz
- Admin
- Posts: 4764
- 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
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.
unless you make a basic indexing using .htaccess, but it will be directory + file listing and not a html page.