A
Alan Silver
Hello,
I downloaded and registered VWD Express from the MS site, and this gave
me a free download of a book called "Build A Web Site Now!", which is a
(very light) introduction to VWD.
In the chapter on master pages, it says that adding meta data to a page
is done by...
Master.Page.Header.MetaData.Add("keywords", "ferrets, gibbons");
which is supposed to add...
<meta name="keywords" content="ferrets, gibbons">
to the page header.
It didn't work, and when I checked the docs, it seems there's no such
thing as MetaData in Header.
Anyone know what happened here? Is there another way that's equally
simple of adding meta data to the page header?
TIA
I downloaded and registered VWD Express from the MS site, and this gave
me a free download of a book called "Build A Web Site Now!", which is a
(very light) introduction to VWD.
In the chapter on master pages, it says that adding meta data to a page
is done by...
Master.Page.Header.MetaData.Add("keywords", "ferrets, gibbons");
which is supposed to add...
<meta name="keywords" content="ferrets, gibbons">
to the page header.
It didn't work, and when I checked the docs, it seems there's no such
thing as MetaData in Header.
Anyone know what happened here? Is there another way that's equally
simple of adding meta data to the page header?
TIA