|
Posted by Papa.Legba.666 on May 25, 2005, 4:06 pm
Please log in for more thread options
I decided to validate each page of my site.
Did the front page, decdided to add the w3c validated logo and it shows
up in FireFox, but not in MSIE.
In FireFox, the page source shows
<a href="http://validator.w3.org/check?uri=referer"> <img border="0" src="http://www.w3.org/Icons/valid-html40" alt="Valid
HTML 4.0!" height="31" width="88"></a>
as it should. But MSIE shows
<a href="http://validator.w3.org/check?uri=referer">
</a>
The strange thing is that I can the logo ok on other folks pages.
Well, obviously not on mine, if that is all the HTML that there is.
All of my site pages are (becoming) PHP and I include that in my
standard page footer
<?php include('<site name>/layout/body_end.php'); ?>
Hmmm, is this more of a question for a PHP group? Sorry, it's after
midnight & I can't think too straight.
Any ideas?
thanx in advance ...
|
|
Posted by Beauregard T. Shagnasty on May 25, 2005, 11:45 pm
Please log in for more thread options
Papa.Legba.666@gmail.com wrote:
> Any ideas?
Without the URL to your page, it is difficult to help.
--
-bts
-This space intentionally left blank.
|
|
Posted by Papa.Legba.666 on May 26, 2005, 12:05 am
Please log in for more thread options
Thinking about it more overnight, I reckon that even with the URL it is
difficult to help: it would seem to have to be a PHP problem - can it
be that it is serving different code to different browsers? After all,
by the time that I/you see that different HTML in different browseres,
it has already been PHP parsed.
but in any case, the link is http://keellings.com/index.php - look at
the bottom of the page
And, just in case anyone here speaks fluent PHP, here is the source of
my page (I am an experiecnd coder, but fairly new to PHP)..
<?php include('http://keellings.com/layout/preamble.php'); ?>
<HTML>
<HEAD>
<?php include('http://keellings.com/layout/header_begin.php'); ?>
<TITLE>Keellings</TITLE>
<?php include('http://keellings.com/layout/header_end.php'); ?>
</HEAD>
<BODY>
<?php include('http://keellings.com/layout/body_begin.php'); ?>
<center>
<br><a href="http://keellings.com/sitemap.html">Can't see the
menu?</a>
</center>
<p align="center"><img src="images/keellings_fire.gif" alt="Keellings"
width="348" height="93" align="middle">
</p>
<p align="center"> </p>
<p align="center"><img
src="http://keellings.com/graham/photos/favourites/random.php" alt="One
of Graham's favourite photographs" align="middle"> </p>
<p align="center"><font size="+3"><strong>A haiku</strong></font></p>
<p align="center"><font size="+2">Dogs urinate where they wish<br>
- so do I.<br>
Red and blue lights flash. </font></p>
<p> </p>
<div align="center"> Last changed -
<!-- #BeginDate format:Sw1a -->25 May, 2005 10:31 PM<!-- #EndDate -->
</div>
<p align=center>
<?php include('http://keellings.com/layout/body_end.php'); ?>
</BODY>
</HTML>
|
|
Posted by Trammel on May 27, 2005, 9:22 pm
Please log in for more thread options
> Thinking about it more overnight, I reckon that even with the URL it is
> difficult to help: it would seem to have to be a PHP problem - can it
> be that it is serving different code to different browsers? After all,
> by the time that I/you see that different HTML in different browseres,
> it has already been PHP parsed.
If M$IE & Firefox are both sowing different source for your page then in
sounds like a pre-processing is being done on the results the webserver is
giving back for the file 'layout/body_end.php'.
If other people see the icon Ok in their M$IE then it would also appear it
checking not only your browser version but also dependant on your IP.
Either way, the file that would be at fault is most likely
'layout/body_end.php' so that should have been the one you posted.
I am however concerened that its more likely a cache problem at your end
with your M$IE serving you a cached page.
--
Trammel is a member of DWC (http://dwc.no-ip.org)
(Please reply to group only)
|
|
Posted by Dan on May 26, 2005, 8:25 am
Please log in for more thread options
Papa.Legba.666@gmail.com wrote:
> Any ideas?
Perhaps you've got some sort of "adware blocker" that's filtering it?
--
Dan
|
| Similar Threads | Posted | | Looking for an icon | April 28, 2005, 1:27 am |
| little icon on location bar: HOW?? | August 17, 2004, 10:26 am |
| Icon as an Image? | March 4, 2005, 5:10 pm |
| Icon as part of the page URL | September 9, 2005, 12:09 pm |
| Autofill Icon on Google Toobar | March 10, 2005, 3:59 pm |
| Missing valid-html401 icon | March 11, 2005, 7:27 pm |
| change icon of html file on my desktop | April 6, 2008, 10:37 pm |
| MSIE 7 Beta 1 | July 30, 2005, 10:34 am |
| Migrating from MSIE to Mozilla | August 1, 2005, 7:25 am |
| Text slops into table in MSIE | July 31, 2004, 6:47 pm |
|