0
votes
3answers
26 views
html table problem with doctype
I am trying to allign a table with an input so that the table creates a google-like drop-down. I am using jquery to retrieve the position and dimensions of the input element and th …
0
votes
2answers
80 views
I’m overhauling my blog and … is HTML5 OK?
I'm overhauling my blog (http://gilesvangruisen.com/) and I'm going to be pushing new technologies as much as possible.
I'm a web designer/developer and the browser percentage is …
1
vote
1answer
41 views
Intranet and IE8 render mode
I want IE8 to render my site without compatibility mode, the site runs on our company intranet.
Is there a way to to this without sending out a GP update.
I've tried <meta htt …
1
vote
3answers
152 views
IE cannot find the W3C XHTML DTD (Error 2146697204)
I have a template that starts every page like this:
<?xml version="1.0" encoding="utf-8"?>
<!-- blah blah-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transition …
1
vote
3answers
47 views
How do I easily change a XML document’s doctype in Java?
Here's my problem:
My program is getting XML files as its input. These files may or may not have an xml declaration, doctype declaration, or entity declaration, but they all conf …
0
votes
2answers
306 views
Creating a doctype with lxml’s etree
I want to add doctypes to my XML documents that I'm generating with LXML's etree.
However I cannot figure out how to add a doctype. Hardcoding and concating the string is not an …
0
votes
2answers
31 views
DocType HTML Attribute
What is the purpose this and why this be added when we add new aspx page?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 …
0
votes
3answers
90 views
help needed with doctype
Hello!
I'm having trouble with a test site's design. When I'm opening my html page with IE, without my doctype line, it renders just the way I like it, but not in FF (because of t …
0
votes
2answers
112 views
How to get “position:fixed” css to work in IE 7+ with TRANSITIONAL doctype?
I know that position:fixed; was not supported by IE until IE 7, and it only works in IE 7 if you have a STRICT DOCTYPE.
My question is: "How do I get it work with IE 7 with TRANS …
0
votes
2answers
67 views
Embedding mov in HTML5. Validation problem!
I'm trying to embed a .mov video in a web page whose DOCTYPE is HTML5, the code is:
<script type="text/javascript">
QT_WritePoster_XHTML('Click to Play', '...', '...',
…
0
votes
0answers
8 views
JSTL doctype without internet connection
I was using a properties.xml file which i stored with java.util.properties storeToXML.
but storeToXML always set a doctype like:
<!DOCTYPE properties SYSTEM "http://java.sun.c …
4
votes
2answers
195 views
If I use HTML 5’s DocType what will happen?
I recently been learning about DocTypes and was wondering what the differnces between <!DOCTYPE html> and some of the others were. I know <!DOCTYPE html> is the HTML 5 …
0
votes
2answers
44 views
Why does the use of the Frameset DTD cause a validation failure?
The project I work on takes random HTML files, converts them to XHTML as best as it can, and wraps them with some XML metdata. The DOCTYPE is stripped out as the resulting XML file …
0
votes
1answer
61 views
Extract doctype with simple_html_dom
Hi am using simple_html_dom to parse some website.
Is any way to extract the doctype?
Thanx,
Granit
1
vote
3answers
93 views
How to avoid DOM parsing adding html doctype, had and body tags?
<?
$string = '
Some photos<br>
<span class="naslov_slike">photo_by_ile_IMG_1676-01</span><br />
<span class="naslov_slike">photo_by …
