How to change DTD

I’m fairly new to Lotus and Domino, but not new to html coding for websites. Where within Domino would I go to access the:

in order to add a change to it?

Thanks,

Bruce Gilbert

Durham Public Schools

Subject: how to change DTD

I have the same problem and I can’t solve it.

It is certain that version 6 and post versions provide :

when generate the html page.

can anyone help me?

thanks.

Subject: SOLUTION - how to change DTD

Check it here:https://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/a4be1e7ddd52deb58525724400555a20?OpenDocument

Subject: how to change DTD

Unfortunately you cannot change the that domino generates.If you set the content type of the form to be HTML, then domino will won’t generate any html and you can use whatever doctype you want. (And you will also have to supply all your own html. You will bypass all of the automatic rendering of that form that the domino web engine would do for you).

If you use an agent to produce your html then again you can provide whatever html you want.

What doctype information do you want to chagne?

Subject: RE: how to change DTD

I just wanted to change it to:<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”

http://www.w3.org/TR/html4/loose.dtd”>

so some customized code I added would be cross-browser compliant.

-Bruce