i'm currently using html & css. i want to make my work easier. I want to edit only .txt file (for contents) and it will reflect in all the webpages (eg. for header or footer). how can i do it?
I was thinking the same thing when I started coding HTML. CSS can be linked to all your pages so that you only need to change one page, however CSS only changes characteristics of the HTML page (Not Content). If you want to link content onto all of your pages so that you can change that content once and only once for the whole website, I might recommend using frames to call on HTML files. Just a thought. Try http://www.w3.org/TR/REC-html40/present/frames.html
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum