Gents:
For no reason I can't understand why the display output of my xhtml transitional page is rendered blank. If I do a "view source' the code page looks totally fine. I've cleared my cache, retried, ran the program and the page through validation which goes just fine.
Just for clarification, here is my <head> section to see if there is any format errors. My reference docs show it OK.
<head>
<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />
<title>xxxxxxxxxxxxxxxxxxxxx</title>
<script type=\"text/javascript\" src=\"xxxx.js\" />
<style media=\"all\" type=\"text/css\">@import url(xxxx.css);</style>
</head>
Also, I get NO errors on the php program.
Anyone have any idea what might be causing this page to NOT be seen? It seems that all the other pages from that server are just fine so I've got to believe its a coding error with this module.
Thanks all.
For no reason I can't understand why the display output of my xhtml transitional page is rendered blank. If I do a "view source' the code page looks totally fine. I've cleared my cache, retried, ran the program and the page through validation which goes just fine.
Just for clarification, here is my <head> section to see if there is any format errors. My reference docs show it OK.
<head>
<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />
<title>xxxxxxxxxxxxxxxxxxxxx</title>
<script type=\"text/javascript\" src=\"xxxx.js\" />
<style media=\"all\" type=\"text/css\">@import url(xxxx.css);</style>
</head>
Also, I get NO errors on the php program.
Anyone have any idea what might be causing this page to NOT be seen? It seems that all the other pages from that server are just fine so I've got to believe its a coding error with this module.
Thanks all.