473,320 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

w3c validation icon not showing in MSIE (but OK in FireFox)

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

Jul 24 '05 #1
6 3439
Pa************@gmail.com wrote:
Any ideas?


Without the URL to your page, it is difficult to help.

--
-bts
-This space intentionally left blank.
Jul 24 '05 #2
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">&nbsp;</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>&nbsp;</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>

Jul 24 '05 #3
Previously in comp.infosystems.www.authoring.html,
<Pa************@gmail.com> said:
I decided to validate each page of my site.
Good.
Did the front page, decdided to add the w3c validated logo
Why? What makes you think it means anything at all to your visitors? And
why are you using HTML4.0 instead of 4.01?
and it shows up in FireFox, but not in MSIE.


Looks fine here in both.

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 24 '05 #4
Pa************@gmail.com wrote:
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.


Maybe an SP2 security thing, or something ?
Could try copying the image, and using a copy from your own site.
Jul 24 '05 #5
Dan
Pa************@gmail.com wrote:
Any ideas?


Perhaps you've got some sort of "adware blocker" that's filtering it?

--
Dan

Jul 24 '05 #6
<Pa************@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
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)
Jul 24 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
by: LRW | last post by:
http://gto.ie-studios.net/index.php When you view the above site in IE, if the 1st of the three product images is tall enough to push the cell down a couple of pixels, IE somehow doesn't show...
3
by: Claire | last post by:
Windows refuses to close down if my applications main form is hidden and there's a notify icon in the system tray. If I restore the form, then shutting down Windows succeeds. If I comment out the...
6
by: Andreas Klemt | last post by:
Hello, when I use <asp:label font-size="16px" text="Hello World" runat="server" /> and run FireFox Browser the output of "Hello World" is not in Size 16px. The size will be ignored and I can...
1
by: Brent | last post by:
I'm trying to stream files back to the user's browser. Text and JPG files seem to work fine, but I get nothing -- actually, the missing photo icon with the red "X" -- when streaming PDF to Internet...
1
by: Bob Bedford | last post by:
Hello, I come back with a problem very strange: This code works just fine with Firefox but not with MSIE. With MSIE only if the index is quite low it works, otherwise it shows the index 0 ...
4
by: goga | last post by:
Hi there, The following simple validation code works in internet explorer but doesn't in firefox. Specifically, in firefox shows the alert message and then loads the action page anyway. Any...
1
by: johnpsm | last post by:
In MSIE background goes around picture, in Firefox it doesn't? http://home.comcast.net/~johnpsm/life/index.html I given up trying to get the images in the same location and have accepted the...
1
by: Nirmal Vasanth | last post by:
Hi., I am working .NetFramework1.1.i use Asp.net1.1 server validation controls its working IE but not working in Firefox browser. Please give me a solution..
1
by: sapper | last post by:
Here is a link to what I am doing, please check in Safari & you ill see it opens fine but Firefox & IE does not work? Been on this all day... please help. link to the website thanks in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.