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 Re: How to create a template section in HTML

#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).