Forum Moderators: open

Message Too Old, No Replies

A non-Flash solution to rotating content?

         

jannm

2:41 am on Nov 30, 2006 (gmt 0)

10+ Year Member



I have a client who wants a (rather large) set of facts to "rotate" on the home page. I could do it in Flash but strongly prefer to have the facts as content on the page since they are relevant content.

Is there a way I can do this without using Flash or Javascript which the search engines will also ignore?

Or am I better off just doing it in Flash and having a separate "printer friendly" version to appease the bots?

jonrichd

3:03 am on Nov 30, 2006 (gmt 0)

10+ Year Member



How about using PHP or ASP, where you could decide on the server which set of facts to display? You could decide which set to display based on the date or a random number, and pull the content from an include or from a database. I have a client that does something similar -- seems to work fine.

On the other hand, if you want to show all the facts in a scroll, I'm not sure I can help.