Mobbs
A Large Portion, Yes
- Joined
- Nov 1, 2000
- Posts
- 85,200
- Reaction score
- 102,738
- Location
- www.footypedia.com/qooty
- Other Teams
- Fitzroy FC
Here's a poser, that maybe one of yers can help me with :
Say I want three html docs in the following format :
---
Page1.html
Page 1<br>
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
End of page 1<br>
---
Page2.html
Page 2<br>
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
End of page 2<br>
---
Page3.html
Page 3<br>
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
End of page 3<br>
---
What I'd love to do would be to have the middle four lines in ONE separate file, and load them in to the pages automatically, eg :
---
Page1.html
Page 1<br>
SomeCodeForInsertingTextFrom Insert.html
End of Page 1<br>
---
Page2.html
Page 2<br>
SomeCodeForInsertingTextFrom Insert.html
End of Page 2<br>
---
Page3.html
Page 3<br>
SomeCodeForInsertingTextFrom Insert.html
End of Page 3<br>
---
Insert.html
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
Can anybody help?
Say I want three html docs in the following format :
---
Page1.html
Page 1<br>
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
End of page 1<br>
---
Page2.html
Page 2<br>
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
End of page 2<br>
---
Page3.html
Page 3<br>
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
End of page 3<br>
---
What I'd love to do would be to have the middle four lines in ONE separate file, and load them in to the pages automatically, eg :
---
Page1.html
Page 1<br>
SomeCodeForInsertingTextFrom Insert.html
End of Page 1<br>
---
Page2.html
Page 2<br>
SomeCodeForInsertingTextFrom Insert.html
End of Page 2<br>
---
Page3.html
Page 3<br>
SomeCodeForInsertingTextFrom Insert.html
End of Page 3<br>
---
Insert.html
Gerday<br>
How yer doin<br>
Thanks for comin'<br>
Catch yer later<br>
Can anybody help?








