Done the searches and come to an impasse. Need to display twenty products on a page. Each product is described by an approximately 500 character HTML string of characters (text, links, alt tags, images, etc.). I don't want to alphabetize the products as that shows preference, rather I want to "build" the page 1. with a random distribution or, 2. with a product order that changes daily. The problem is that with multiple browsers, multiple platforms (including mobile) and multiple browser settings (javascript on/off), I would like to keep the code a close to pure HTML as possible. Any suggestions?
Not sure I understand? you are trying to rotate HTML? As far as I know you can only do this with the very latest CSS3. Otherwise you will need to use flash