B
Brian
Hi -
I'm trying to build a series of web pages using a common header, a common
footer, and some content inbetween the two.
[Header]
[Content]
[Footer]
I turned header and footer into custom controls with a few attributes like
Title. The header looks like <html>...<body> and the footer looks like
</body></html>.
This really confuses the IDE. It reports a few hundred errors like
'unmatched tags' and 'must be in an enclosing tag.' The properties window
in the IDE stops responding. So does tag completion, etc. The page
compiles fine. It validates fine once browsed.
How do people approach having block designs on their pages?
Thanks,
Brian
I'm trying to build a series of web pages using a common header, a common
footer, and some content inbetween the two.
[Header]
[Content]
[Footer]
I turned header and footer into custom controls with a few attributes like
Title. The header looks like <html>...<body> and the footer looks like
</body></html>.
This really confuses the IDE. It reports a few hundred errors like
'unmatched tags' and 'must be in an enclosing tag.' The properties window
in the IDE stops responding. So does tag completion, etc. The page
compiles fine. It validates fine once browsed.
How do people approach having block designs on their pages?
Thanks,
Brian