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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.