Creation of a TOC
vbrabant <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.webteam |
|---|---|
| Organization | CollabNet Hosting |
| Message-ID | <[email protected]> |
Dear webteam, I would like to propose the usage of <link> in each page of the www. Why ? Because it will permit to people using Mozilla, NetScape (and surely some others unix/linux web browser) to have a little navigation bar appearing Try that code with your favorite webclient <html> <head> <link rel="top" href="" title="" /> <link rel="search" href="" title="" /> <link rel="help" href="" title="" /> <link rel="author" href="" title="" /> <link rel="prev" href="" title="" /> <link rel="next" href="" title="" /> <link rel="up" href="" title="" /> <link rel="chapter" href="" title="" /> </head> <body> <br/> </body> </html> What do you think about that ?