| | |
|
|
|
Re: content after include isn't editable |
| message from darrel on 19 Jul 2004 |
As you have found out, that page has a ton of invalid code.
There is a </body> tag after the first table, so DW isn't going to bother
rendering anything below that, since the page's body is already closed.
Include files aren't separate files in the context of the web browser. The
web browser just gets one HTML page, so it's important that all of the
separate include files + the parent file all add up to equal one,
well-structured HTML file. So, between all of the files that make up this
one page, there should be one opening BODY tag, one closing BODY tag, one
set of HTML tags, one set of HEAD tags, etc.
P.S...there is also a ton of FONT tags that you could probably get rid of.
-Darrel
|
|
Archived message: Re: content after include isn't editable (Macromedia Dreamweaver)