lots of web sites use PHP #incjude to assemble content, this forum is a good example
in a WP text box however I cannot include HTML that easily, yo Google
http://www.w3schools.com/howto/howto_html_include.asp
This looks like an alternative
my chess site is manually coded with HTML 5
the tournaments as they are now are updated with a mere sync of the site, the components are defined
so the crummy code for the chess results is messy and there is not much i can do about it at the moment
#include "apage.html"
Moderator: General Moderators
#include "apage.html"
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP
Re: #include "apage.html"
What is it you're trying to accomplish? You can use includes at the template level. Allowing arbitrary includes through user-facing input sounds like a terrible idea.