Jump to content

Not showing on IE


mbrown

Recommended Posts

The code I have been asking about here and have received help on for some reason does not display anything other than a white background.

 

attached is the image of what it looks likes in IE. Google Chrome and FF work fine

 

Also attached is the source for the file in IE.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/143634-not-showing-on-ie/
Share on other sites

Sorry, I should have read your entire comment.

 

Why don't you have <html> tags?

 

that must of been my issue.

 

at the end i put:

 

echo "</body></html>";

 

and at the begining i put the follow before the echo <table .....

echo "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>Untitled Document</title>
</head>";
echo "<body>";

 

 

On a side note; I would like to make the information on that page that says: "Please use this system to add, modify and remove assets (equipment and software). All users are registered and logged. Any access of another's accounts " come from a regular html document. Can that be done? I tried to do an include to include a certain html or php file but I get a parse error.

 

thanks

 

Link to comment
https://forums.phpfreaks.com/topic/143634-not-showing-on-ie/#findComment-753769
Share on other sites

Since I can not modify my last reply. I have two pages that are forms that will not display correct in IE. The submit button will not display. I have added the information in my above area to those pages and no go. It looks like it can not find the form tags but I know they are there.

Link to comment
https://forums.phpfreaks.com/topic/143634-not-showing-on-ie/#findComment-753882
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.