How do I create a changing content paragraph in an html web page, like news section which get changed every day, or hour or mins?

link|improve this question

31% accept rate
4  
You need to start accepting some answers. – Su' Nov 15 '11 at 19:27
do you mean that you have something like 10 articles and you want to rotate between them automatically ? – alfasin Apr 4 at 14:57
HTML is not made for this. You need server side scripting – Adjam Apr 15 at 4:37
feedback

1 Answer

If you're doing this so it looks like fresh content to search engines then you need to use a server technology. See http://en.wikipedia.org/wiki/Server-side_scripting

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.