Quote:
Originally Posted by bbwebmaster
full page
|
Fuck.
Assuming that the page they're being included in is a full page with a separate design as well, you have a bit of a problem.
You could either get a custom include version that strips parts of html from the file being included (things like html tags, head tags, body tags, etc), or just strip it manually from those files and upload non-full versions as well, then include those.
The first version will require a bit of coding and will cause unnecessary server load, so I'd go for the second version if I were you. Of course, if there are many files, you might want to write/get a simple script that processes the whole batch.
Oh, and depending on the files being included and the ones they're being included in, there's the possibility of conflicting code.