Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to create a template section in HTML

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42232
    mitso
    Participant

    I am still developing my skills in HTML and CSS and I have been building a website in a text editor. I once used Dreamweaver while learning but I would much prefer a text editor like Sublime Text 2 or Notepad++, but every time I change any code in the header, nav or footer (because I didn’t spend enough time planning before starting the code) I then have to change that section in all pages.

    I remember in Dreamweaver creating a ‘template’ section that any changes in that section reflected on all other pages on auto.

    Is it possible to create a template section in any of the other text editors, or a way to make any alterations change all pages?

    Or, is there another way to do it??

    #122229
    srikarg
    Participant
    #122230
    __
    Participant

    write each “section” in a separate file and assemble them later (if you’re using PHP, for example, you can use [include()](http://php.net/include) to bring all of your templates together).

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.