Quote:
Originally Posted by kazbates
Dale, There is another call to meta: <meta content="urn:uuid:96d9b0eb-d6fe-4256-9022-c93a9539910b" name="Adept.expected.resource" /> in the <head> section. Can I add a second call or do I have to add on to the first one?
<meta content="urn:uuid:96d9b0eb-d6fe-4256-9022-c93a9539910b" name="Adept.expected.resource" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
or
<meta content="urn:uuid:96d9b0eb-d6fe-4256-9022-c93a9539910b" name="Adept.expected.resource" http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
You can have as many <meta> statements as you like. They are used for lots of things.
Dale