chuckster2
Technical User
A few years ago, I wrote an index web page to provide an html table index page for our company. The index page provides a single point of access from which an employee can select and open one of the companies policies and procedures documents. The index layout follows the chapter and topic layout of a customer requirements manual. It is a very complex index page that ended up being extremely large. The number of individual documents involved is 60 and these 60 documents are repeated at least 5 times throughout the index. So, the index has a total of 300 + index listing on it.
I now want to convert that index page to CSS to reduce its program size and speed up it operation. I have applied the "id" selector to the "td" and "th" existing table programming elements. I chose to retain the table programming, at least until I can determine how to use the "a href="#" html linking function in CSS. Each of the index listing is hot-linked to a data base server document file. If possible I would like to completely remove all of the tables programming and use only CSS, however, I cannot find a way to link to the server based files, using CSS.
Does CSS have a style sheet property that will provide the html "a href" linking capability to a web page entry and a server file? A href is the only program code that I have found that provides a hot-link capability.
I now want to convert that index page to CSS to reduce its program size and speed up it operation. I have applied the "id" selector to the "td" and "th" existing table programming elements. I chose to retain the table programming, at least until I can determine how to use the "a href="#" html linking function in CSS. Each of the index listing is hot-linked to a data base server document file. If possible I would like to completely remove all of the tables programming and use only CSS, however, I cannot find a way to link to the server based files, using CSS.
Does CSS have a style sheet property that will provide the html "a href" linking capability to a web page entry and a server file? A href is the only program code that I have found that provides a hot-link capability.