Help - Search - Members - Calendar
Full Version: .html version displaying different than .php version in IE 8
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
WV-Mike
Greetings,
First post here.

These two versions of the same page are displaying differently in IE 8.

Original page with PHP menus and footer includes:
http://epicroadtrips.us/2009/sept/ca/d1/index.php
Column separation OK


Page with non PHP top menu and php bottom menu and footer:
http://epicroadtrips.us/2009/sept/ca/d1/index.html
When viewed in IE 8 the two columns are jammed together.

There are screen shots attached.

Thanks,
-Mike
WV-Mike
The screen shot of http://epicroadtrips.us/2009/sept/ca/d1/index.html did not come through.
It is attached.

-mbClick to view attachment
Christian J
FWIW the first page contains PHP warnings about missing include files, while the second page contains PHP code that was not executed by the server (is your server configured to run PHP on files with .html extensions?).
WV-Mike
QUOTE(Christian J @ Oct 25 2009, 09:12 AM) *

FWIW the first page contains PHP warnings about missing include files, while the second page contains PHP code that was not executed by the server (is your server configured to run PHP on files with .html extensions?).



I am not seeing either of the these errors.

I removed the bottom navigation include and hard coded the footer to exclude the include from
http://epicroadtrips.us/2009/sept/ca/d1/index.html


Thanks,
-Mike
WV-Mike

I mis-spoke.
I am using IE 7, *not* IE 8.

My apologies for any confusion.

-Mike
pandy
QUOTE(WV-Mike @ Oct 25 2009, 02:31 PM) *

I am not seeing either of the these errors.


View Source of the second page.

<?php $thisPage="day1-26sept2009"; ?>
<!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 name="keywords" content="KEYWORDS GO HERE" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="description" content="Photos and commentary about San Francisco and Central California" />
<title>Mikes Epic Road Trips - California 2009</title>
<link rel="stylesheet" href="../php-nav-index_style.css" type="text/css" />
</head>
<body>
<div id="wrapper"><!-- <?php include("header.php"); ?> -->
...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.