I want to create a site like any other. I want the "thing" at the top (home downloads and stuff) to be on all my pages. Do I need to copy and paste the same code over and over again?
Having same on all my sites
Asked
Active
Viewed 99 times
0
-
What is your server side code? c# or java or php?
– asdf_enel_hak
Dec 13 '14 at 08:58
-
please mention the platform..
– Knight Rider
Dec 13 '14 at 09:04
3 Answers
0
put the common part in your header/some specific file
and use ,since you will be using header/some specific file
on all pages so the desired content will also be loaded.
Suchit kumar
- 11,809
- 3
- 22
- 44
0
Learn Psd to html conversion For batter understanding the divs and styles modification and customization.. your divs and tags can be easily maintained with your stylesheet by giving id and classes you can also give one dive multiple classes and ids,
you are talking about master page i think
that is one in style and in that page you're showing other page, likely we can say one template page and many functionality see this and
see this
Community
- 1
- 1
Talha Habib
- 312
- 3
- 4
- 18
0
As far as I'm concerned pretty much all the intelligent options for solving this problem are mentioned in this question
Use a server-side template (e.g.php), use a client-side template (e.g. handlebars), use javascript, or you could use a static site generator like Jekyll.
-
What is your server side code? c# or java or php? – asdf_enel_hak Dec 13 '14 at 08:58
-
please mention the platform.. – Knight Rider Dec 13 '14 at 09:04
3 Answers
put the common part in your header/some specific file
and use ,since you will be using header/some specific file
on all pages so the desired content will also be loaded.

- 11,809
- 3
- 22
- 44
Learn Psd to html conversion For batter understanding the divs and styles modification and customization.. your divs and tags can be easily maintained with your stylesheet by giving id and classes you can also give one dive multiple classes and ids,
you are talking about master page i think that is one in style and in that page you're showing other page, likely we can say one template page and many functionality see this and see this

- 1
- 1

- 312
- 3
- 4
- 18
As far as I'm concerned pretty much all the intelligent options for solving this problem are mentioned in this question
Use a server-side template (e.g.php), use a client-side template (e.g. handlebars), use javascript, or you could use a static site generator like Jekyll.