Hello everyone,
I hope that my post is in the proper location and in all cases your comments feedback will be appreciated
When I create an html page lanch it (contains flash object) it works fine in both direfox and IE
I use domino server application to import those pages and by default the following is added
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
if I add my own doctype it's gone and the one assigned by the domi no engine is always the one added to the page
my question is: how to overwrite the doctype added after the import to something like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Witch is what I want to use...
so in simpler terms...
I have a webpage created...it could have any doctype or none...when I imported the following is assigned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
How to overwrite with anothor value eg: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Anyway of doing this from the html code? CSS? or javascript
thanks
I hope that my post is in the proper location and in all cases your comments feedback will be appreciated
When I create an html page lanch it (contains flash object) it works fine in both direfox and IE
I use domino server application to import those pages and by default the following is added
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
if I add my own doctype it's gone and the one assigned by the domi no engine is always the one added to the page
my question is: how to overwrite the doctype added after the import to something like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Witch is what I want to use...
so in simpler terms...
I have a webpage created...it could have any doctype or none...when I imported the following is assigned:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
How to overwrite with anothor value eg: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Anyway of doing this from the html code? CSS? or javascript
thanks
Comment