- Sep 29, 2004
- 18,656
- 68
- 91
Let's say Ihave a large HTML file called a.html
It is very large, so I want to break it up into smaller pieces.
a.html would "use" a_1.html, a_2.html and a_3.html. Where some of the original a.html is now placed into a_1,2,3. a.html would somehow have to "link" those other files.
Anyone know how to do this?
It is very large, so I want to break it up into smaller pieces.
a.html would "use" a_1.html, a_2.html and a_3.html. Where some of the original a.html is now placed into a_1,2,3. a.html would somehow have to "link" those other files.
Anyone know how to do this?