Hello,
Iam making my own website,but i would like to make it in parts,
for example if i want to update links ,then i only update links page so it updated in all other pages,as well if i change footer so it is changed in all other pages,
if it is possible without PHP programming in HTML or Javascript please tell me,,,i will really appereciate your assistance and promise you that i will put your name and special Thanks in your favor in my website....
Iam making my own website,but i would like to make it in parts,
for example if i want to update links ,then i only update links page so it updated in all other pages,as well if i change footer so it is changed in all other pages,
if it is possible without PHP programming in HTML or Javascript please tell me,,,i will really appereciate your assistance and promise you that i will put your name and special Thanks in your favor in my website....
I think it may be possible by making all the kinks seperate parts of CSS's but youd be better off lookin for an online guide to those as there isnt enough room here to explain it all
This thing is possible through Server Side Includes!!!!!!!
and I think you can do this with any Server Side technology!!
and I think you can do this with any Server Side technology!!
if u mail me in person , then i ll tell u ...
You can use basic frames and have the links page to be a common page on all the page that users will be viewing. This is not the best way to do it but it can solve the problem.
You can also learn some liitle stuff about using SSI (Server Side Includes) using a language such as ASP. It is something very wimple to make and I suggest you try this option
You can also learn some liitle stuff about using SSI (Server Side Includes) using a language such as ASP. It is something very wimple to make and I suggest you try this option
I think it may be possible by making all the kinks seperate parts of CSS's but youd be better off lookin for an online guide to those as there isnt enough room here to explain it all
This can be possible if you make separate sections of the website. For instance you can have a separate file for footer with links so that when u change this file it will be reflected in rest of the website.
This way you can have header file, side menu file and footer file. All you will need to do is just include them (or call these files so to say) in the HTML. That's all.
This way you can have header file, side menu file and footer file. All you will need to do is just include them (or call these files so to say) in the HTML. That's all.