Forum Moderators: open
I have a footer.shtml file that contains the following
<!--#include virtual="/main/common/footer.html" -->
My index page has the following
<!--#include virtual="header.shtml" -->
Bunch of stuff...
<!--#include virtual="footer.shtml" -->
In Dreamweaver, it doesn't like this, because it sees the opening DIV tag in the header file, but doesn't see one in the footer file. Since I've got nested includes, it seems Dreamwever can't figure that out. What happens right now is that Dreamweaver is inserting a closing DIV tag at the end of my index file.
The coding of the site must be as described above.
What I'd like to know is how can I either:
- tell Dreamweaver to look at the nexted includes, so that in fact, all my tags match or
- tell Dreamweaver to not try to match tags.../ that is, let it assume that everything is fine
I don't use Dreamweaver, but my non-programming users do, and it's a problem for them to remember to remove that inserted div tag.
Thanks, Tom