A doctype declaration defines a document's type definition. It should be the very first thing in an HTML document, before the tag.
1
vote
1answer
16 views
Leaflet fixed map double click feature not working properly in Firefox after scrolling
The problem happens in Firefox and IE, Chrome and Safari work great. I have a map with Leaflet in fixed position and when I double click to zoom on the map and I am scrolled up it zooms without ...
0
votes
0answers
25 views
How can I ensure that an iframe inherits the browser mode and document mode of its parent?
I have a Web page whose purpose is to be embedded in various other pages via an iframe. Those pages have different doctypes and are used on different browsers.
For consistency, how can I ensure that ...
0
votes
0answers
30 views
How to SET Doctype from server side (asp.net)
I have am migrating clients one by one from using an old doctype into using a newer one.
Old doctype: <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">
New doctype: <!DOCTYPE ...
-1
votes
2answers
26 views
What's the purpose of HTMl doctype's .dtd?
When I look at the XHTML doctype, there's a .dtd file.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
What's the ...
0
votes
3answers
44 views
What is minimal XHTML?
I have a question, basically I need to write the code for a table with minimal XHTML and CSS. I'm not quite sure what minimal XHTML is but my guess is that it's just showing the initial XML code ...
-1
votes
1answer
23 views
Setting DOCTYPE With Server-Side Javascript
I have a real quick question. I want to set the DOCTYPE for an HTML Page but I need to do it using Server Side Javascript. Every answer I see on this site says "I don't see why you want to do it" but ...
0
votes
0answers
40 views
Drupal 7 doctype error in IE 6-8
I'm running into this issue where the doctype is commented out in IE versions 6 through 8. It looks like this:
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" ...
0
votes
2answers
41 views
How to trigger Perl multiline substitution
I have a folder of HTML files which have the below DOCTYPE declaration which I need to remove, so that a not-very-good parser can successfully load it as XML.
I've been trying to use perl to do the ...
-1
votes
1answer
37 views
CSS3 Box-shadow not working
So, I'm having trouble with this code:
#footer {
position: fixed;
bottom: 0px;
margin: 0;
padding: 0;
left: 0;
right: 0;
width: 100%;
height: 40px;
font-family: Arial;
text-shadow: 1px 1px 1px black;
...
0
votes
2answers
50 views
Changing <!DOCTYPE> to <!DOCTYPE html> causes my wrapper to not extend
I just checked my personal landing page on the W3C Validator to make sure it was correct HTML5, and found out I needed to have <!DOCTYPE html> instead of <!DOCTYPE> to pass.
However the ...
-1
votes
2answers
59 views
How to fix HTML1502: Unexpected DOCTYPE error message in IE 10?
I have an application which works fine on IE8 and IE9. But the same application throws errors similar to the following on IE10. Any one knows what changed in IE10 that can trigger this issue?
...
1
vote
0answers
31 views
How to force InfoPath 2010 to have content=“IE=Edge” in SharePoint
We have an InfoPath form published to a SharePoint 2010 library. When we try to open the form it takes ages to load. When the document Mode is changed to IE9 Standards through developer tools and ...
2
votes
1answer
80 views
Javascript: why is our website extremely slow in a Terminal Services session?
We created a website that relies heavily on Javascript and has quite a lot of DOM-elements.
In all browsers, even IE7 and IE8, this works fine.
The user experience is a bit faster and more ...
0
votes
0answers
10 views
How to get the doctype declaration using DOM on Xerces 2.8
I am trying to add the DOCTYPE declaration to an output XML file using Xerces 2.8
I am using DOMDocument* doc1 = implementation->createDocument(); to create the document
and I want to add the ...
1
vote
0answers
19 views
Doctype correct?
I'm trying to do and exemple of this site: http://www.compilr.org/struts-2-and-hibernate-4-application/1343/
But when i execute the aplicacion I can see this error on the Eclipse console: Initial ...
-3
votes
1answer
38 views
How did the DOCTYPE tag come about? [closed]
I was wondering how the DOCTYPE tag came about.
I understand the purpose of the tag which is to alert a browser on how it should render the HTML document, but I don't understand why they created a ...
0
votes
1answer
52 views
Dropdown Navigation Tab doesn't work with doctype declaration
I created a dropdown navigation tab using 'li', 'ul' method in VS2010. I have a doctype declaration as
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
26 views
DOCTYPE breaks CSS in JSP
I have this HTML website prototype which I am converting to JSP. I am using the same CSS as used in the HTML (which was written a long time back). Everything from the CSS does not work properly, e.g. ...
1
vote
2answers
49 views
How a <!DOCTYPE> section should look in JSF?
It's just a curiosity I'm having right now. In Eclipse this is the <head> section that came defined on a New Facelet Template for instance, but for the most template is the same thing :
...
0
votes
1answer
49 views
How to change doctype to standards mode without having access to the code?
I am designing a site based a .NET software CMS solution that doesn't follow current best practices. It uses tables and a doctype of <!-- DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 ...
0
votes
0answers
52 views
Putting doctype inside aspx content page rather than master page in SharePoint Designer 2007
I have the following code using SharePoint Designer 2007.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewPage.aspx.cs" Inherits="MyApp._NewPage" ...
1
vote
1answer
39 views
html 5 parsing media queries vs html 4.0 transitional
Im compiling some static html documents from some Handelbar templates. I mistakenly forgot the html in <!doctype html> which made my document interpreted a little different, im assuming 4.0 ...
2
votes
1answer
24 views
Unintended spaces and incorrect styling when migrating to new web host
I have spent one whole day but am not able to solve this issue for the life of me.
My source code worked fine in previous webhost, but when I changed the host my styling has gone awry. The ...
0
votes
0answers
68 views
Force IE to work in standards mode
I was working on JQchart. It works fine on mozilla and chrome. When I run it on any versions of IE it automatically goes in quirks mode and doesn't display anything to me.
But when I change mode to ...
0
votes
2answers
72 views
Why does <!DOCTYPE> stop javascript from creating iFrames?
My website uses Javascript to create iframes, and I only realised now that its almost complete that I never set a doctype for the page.
For some reason, the doctype tag, no matter which doctype i ...
0
votes
1answer
41 views
Doctype causes bottom margin to be shown under image
This is driving me crazy, so I thought I'll ask if anybody could explain why there is narrow bottom margin added under the image when the image is placed inside div/cell with background color. Here's ...
0
votes
0answers
193 views
contentWindow.document.body.scrollHeight wrong in Firefox
I'm using contentWindow.document.body.scrollHeight to resize an iFrame based on the content being loaded in it.
This was working fine until I added a doctype <!DOCTYPE html> to the pages being ...
0
votes
1answer
60 views
HTML characters are being translated literally
I am saving html from a <textarea></textarea> to a Mysql database using a PDO driver in PHP. I have tried using htmlentities() & htmlspecialchars(). When the html is requested from ...
2
votes
4answers
51 views
Universal 100% div height
I'm trying to get a div to be 100% height. This is what I had, that wasn't working:
<!DOCTYPE html>
<HTML>
<head>
</head>
<body>
<div style="height: 100%; ...
0
votes
0answers
38 views
Adding doctype to SiteBuilder site moves placed elements
This is a follow-up to the first question I had asked. It has developed to a point where it would be less confusing for someone trying to help me if I rephrased the question...
I am using Yahoo's ...
0
votes
1answer
50 views
Bootstrap doctype causing widths to be ignored
I am encountering a very odd problem with Twitter Bootstrap. I'm using a customised version of Bootstrap downloaded via the 'Customize' page in the Bootstrap website. I'm using a customised version, ...
2
votes
2answers
84 views
Doctype in JSF Mojarra
What Doctype should I use in JSF pages? The other day I'm trying to migrate from Mojarra 2.1.13 to 2.1.18 and it seems that the way the doc types are interpreted changed. In the root template I have ...
0
votes
2answers
20 views
Moving from HTML transitional to HTML - will there be any problems after changing just the DOCTYPE
we have a website created in HTML transitional and that is placed in its DOCTYPE in the head of all documents.
will something break if we just type DOCTYPE HTML instead of the long line for ...
0
votes
1answer
18 views
IE9: how to forces 2 pages to display the same why? The first is in Quirks mode, the other IE7 Compatible
No matter what I try to do, pages keep looking significantly different depending on whether they are from my local machine or the development server. When pressing F12, I've finaly noticed that pages ...
0
votes
2answers
59 views
Quirks mode and DOCTYPE compatibility
I wrote a small tool that generates an HTML/CSS code to be placed on a document.
My problem is that some websites where the code snippet will be placed are using DOCTYPE, others are written in ...
0
votes
1answer
39 views
External system entities are not working for me in Chrome, IE or Netscape. What am I doing wrong?
I am attempting to replicate the example given in this answer:
http://stackoverflow.com/a/5127928/356011
that illustrates using external entities to include a fragment of XML file in another XML ...
0
votes
2answers
85 views
Missing Doctype HTML Deployment using apache mod_proxy
I have a strange problem...
My Vaadin Application is working fine on my computer (locally). I just deployed the website and now I have a problem:
The <!Doctype html> tag in the first line is ...
-2
votes
1answer
27 views
W3C Validator thinks site is using XHTML; it's not [closed]
The Renfrewshire Council website uses the HTML4.01 DOCTYPE, as below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
When this site is run through ...
0
votes
0answers
34 views
Is it possible to emulate Firefox's behaviour on IE without the client installing any plugins
I'm developing a web project and have been testing its look and feel on Firefox. Its behaviour is mostly the same on Firefox, Chrome and Safari, only different on IE. I have tried using the ...
0
votes
1answer
42 views
What is DOCTYPE ex SYSTEM “ex.dtd”
So whilst reading the DOM level 2 spec found I came across the following bit of code
<!DOCTYPE ex SYSTEM "ex.dtd" [
<!ENTITY foo "foo">
<!ENTITY bar "bar">
<!ENTITY bar ...
0
votes
2answers
53 views
What is Doctype ? And what is its effect on browsers? [closed]
Why we need Doctype?
Before HTML 5 it was required to write a long DocType - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
2answers
39 views
Html page getting weird with doctype
I wrote an html page, with some css in a separate file and it worked fine. Then i realized that i should add a doctype declaration to my html. I did that and my page was completely messed up! I tried ...
2
votes
2answers
73 views
!DOCTYPE declaration messing with my font sizes
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"
The above is the doctype suggested by the W3 validator for my site.
I've been really stupid and ...
0
votes
0answers
122 views
IE9 not loading Background image ,it is showing white background on running the html form
I have created one html form. Which have one background image. In chrome and Mozilla i am getting proper background image on running the html form. But it is not loaded in IE9. IE9 showing white ...
0
votes
2answers
59 views
Validating HTML5 DOCTYPE. Validating source in Localhost
I been contemplating if I should go all out on HTML5 and CSS3 and the hell with supporting all browsers. That said....
What is the best ways to validate HTML5 in my development Env. (localhost on my ...
1
vote
1answer
43 views
includes before the doctype
should an include be placed before the DOCTYPE of a PHP file?
I have an include leading to a config file which i believe is preventing a website from loading. If remove this include the page loads ...
0
votes
2answers
59 views
doctype is changing how my page appears
There is this strange behavior where my page was alright when it had no doctype (yes, the document mode was Quirks without doctype). Then I had to fix few things on it and adding a doctype (i.e ...
0
votes
4answers
39 views
specifying <!doctype> and <html> attribute [duplicate]
When starting an html document I always write
<!doctype html>
<html>
But there are lots of sites writing it as
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
1
vote
1answer
75 views
Style only applied when not providing DTD
I'm trying to use a valid doctype, but if I use the one below, with the URL, the links refuse to maintain the #ffffff text color assigned at the 200 width table (and) the background color wipes all ...
1
vote
0answers
53 views
How to produce valid xhtml/xml output from Oracle ADF
I've tried to find a way to get our Oracle ADF pages to output valid code.
I see a reference in Can we configure Oracle ADF Faces to produce valid XHTML? but it's dated back in 2008 or so.
Is there ...






