rush4hire
09-27-2005, 10:44 AM
This DTD header messes up my charts.
I got them in iframes and w/out the DTD header they work fine. They are the size I want them. But with the DTD they will be displayed in a fixed size.
Example:
This is what I want.
http://e.domaindlx.com/rush4hire/w3g/_tp21549.htm
This is what I don't want.
http://e.domaindlx.com/rush4hire/w3g/_tp21549_with_DTD.htm
(hit the checkbox where it says 'APM Chart'
The only difference between these are one has no header. Just
<html>
<head>
The other has:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
I feel I'll not be able to do xml stuff if I ever want to, w/out this DTD header. Or it doesn't load as fast or something.
All my html code is strict enough to pass as xhtml . (I think)
It's in the css where the size is.
iframe {
height: "162";
/* frameborder: 0;
noresize: resize;
scrolling: no; */
width: "700";
display: none;
}
I've tried with the quotes and w/out. I've tried 3 DTDs: strict, transitional, and frameset.
Ima have to do without this header if I can't fix it. It's important to me that the iframes are that size. (162/700 px)
Thx. :)
I got them in iframes and w/out the DTD header they work fine. They are the size I want them. But with the DTD they will be displayed in a fixed size.
Example:
This is what I want.
http://e.domaindlx.com/rush4hire/w3g/_tp21549.htm
This is what I don't want.
http://e.domaindlx.com/rush4hire/w3g/_tp21549_with_DTD.htm
(hit the checkbox where it says 'APM Chart'
The only difference between these are one has no header. Just
<html>
<head>
The other has:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
I feel I'll not be able to do xml stuff if I ever want to, w/out this DTD header. Or it doesn't load as fast or something.
All my html code is strict enough to pass as xhtml . (I think)
It's in the css where the size is.
iframe {
height: "162";
/* frameborder: 0;
noresize: resize;
scrolling: no; */
width: "700";
display: none;
}
I've tried with the quotes and w/out. I've tried 3 DTDs: strict, transitional, and frameset.
Ima have to do without this header if I can't fix it. It's important to me that the iframes are that size. (162/700 px)
Thx. :)