08-18-04 12:51 PM
"bill tie" <billtie@discussions.microsoft.com> wrote in message
news:212BA15B-D569-441A-8485-254AC27E366C@microsoft.com...
>
> All the templates in the Woodgrove sample site include the <head> element:
>
> <head>
> <meta ... >
> <meta ... >
> ...
> </head>
>
> If this element is common to all the templates, is there a reason why it
> isn't converted into a user control invoked by the templates?
>
Hi Bill,
The <HEAD> tag is a container, and hence can contain many other tags
including the below. By leaving these tags in place the templates can be
edited to include any of these additional tags.
<BASE>
<ISINDEX>
<LINK>
<META>
<NEXTID>
<TITLE>
Glenn.
--
This posting is provided "as is" with no warranties, and confers no rights.
[ Post a follow-up to this message ]
|