Question:
How to create an index?
Jdm
2010-01-09 23:11:10 UTC
How to create an index like this?
http://browse-ro.evolink.ro/cs/
Four answers:
2010-01-13 20:51:54 UTC
it's just a listing ...

create a table then a new row for each filename.



since it has to be dynamic, use PHP (or ASP, JSP, Perl, Python, ...) to get the directory listing from the file system on your server (on http://php.net/ you'll find the functions you need to get that listing using PHP), then simply output a new row (...) for each entry in your listing
2010-01-10 02:48:57 UTC
Do you really mean index? Or maybe you mean table of contents? Well, you said index, so here goes...



In the document where you want the index to appear, insert an { RD } field for each document in your series of documents, and then insert an { INDEX } field as you normally would if everything were in a single document.
2010-01-09 23:49:08 UTC
It's a web page. Use a web editor and HTML/CSS to code it.



How to Make a Webpage:



Full Web Building Tutorials: http://www.w3schools.com/

The Web Book (free): http://www.the-web-book.com/index.php

Beginner's HTML Tutorial: http://www.htmlbasix.com/

How to Create a Webpage: http://www.make-a-web-site.com/

So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561



CSS Tutorials:



http://www.w3schools.com/Css/default.asp

http://www.csstutorial.net/

http://www.echoecho.com/css.htm

http://www.html.net/tutorials/css/

http://www.w3.org/Style/Examples/011/firstcss



Ron
spk
2010-01-09 23:21:12 UTC
What do you mean?



Save it as index.whatever (index,php, index.asp, index.html, ETC). Then you can go to / and / shows index.extension.



Do you mean the snowflakes? I have no idea how to do that. But that website is a .php file.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...