Hi,
I have a client with static website, now he needs to have a automated news updating facility, so he can just add the news headline or title to a text file, which will be updated to the front page and all the inner pages.
I have tried the object tag in the html, but its effect is like an iframe:
<object type="text/html" data="Newsupdate.html" style="width:100%; height:136px; margin: 0px 0px 0px 2px;">
</object>
Help me resolve the issue, without the need of any databases.
Thanks