Is there a way for updating the text within <p></p> of the html file through a plain text file. I have a client and they want to update the website content themselves in future (just the text). I didn't use any server side scripting so I just want to know if there is way of doing it plainly through html file. thanks!
iframe? other than that just php and languages like that. Oh! maybe xml too but im not too familiar with that.
yeah you can just open up the html file, in notepad or wordpad, tell them which content they can editm they can then edit it on that, save and upload to the web.
you can also use the php include code and update the text file every time you want to add something new