> Google map delivers an iframe to embed it into the homepage
> but the html validator gives some errors.
>
> http://uni-regensburg.equine-behaviour.de/index.php?meeting2 008/meeting2008_e.php
>
> How could I substitue the iframe?
>
Use a good old anchor.
That would be much nicer for the user.
(Or use the OBJECT element, or use HTML 4.01 transitional)
--
If you've a question that doesn't belong to Usenet, contact me at
Re: HTML 4.01 Strict and "google map iframe"
am 13.11.2007 08:01:49 von knut.krueger
André Gillibert schrieb:
> Knut Krueger wrote:
>
>> Google map delivers an iframe to embed it into the homepage
>> but the html validator gives some errors.
>>
>> http://uni-regensburg.equine-behaviour.de/index.php?meeting2 008/meeting2008_e.php
>>
>>
>> How could I substitue the iframe?
>>
>
> Use a good old anchor.
?!? an anchor with scroll zoom, switching between map sat and hybrid and
so on?
> That would be much nicer for the user.
> (Or use the OBJECT element, or use HTML 4.01 transitional)
>
An answer from Jonathan 05/19/2006
> your result will more likely be more constant
>> among browsers , so use *strict* doctype.
OK maybe its not state of the art in 2007/2008 but I did not read
anything against strict.
I do not want to reorganize the whole Homepage.
There is only one layout PHP script for all pages with different contents
next solution:
or live with the 9 errors at this page
Not the best one but it seems to work.
Regards Knut
Re: HTML 4.01 Strict and "google map iframe"
am 13.11.2007 18:17:12 von Toby A Inkster
Knut Krueger wrote:
> OK maybe its not state of the art in 2007/2008 but I did not read
> anything against strict.
Although the HTML 4.01 Strict DOCTYPE is nice -- a classic even -- you've
got to think about the reason *why* it's recommended.
Validating against strict is recommended precisely *because* it doesn't
allow you to use ,
and all kinds of crap. But if you're
going to insist on using that crap (and
Re: HTML 4.01 Strict and "google map iframe"
am 13.11.2007 20:19:37 von tabkanDELETETHISnaz
Knut Krueger wrote:
> I do not want to reorganize the whole Homepage.
> There is only one layout PHP script for all pages with different contents
> next solution:
> or live with the 9 errors at this page
> Not the best one but it seems to work.
>
Or use OBJECT (but you seem to have skipped that part of my reply).
--
If you've a question that doesn't belong to Usenet, contact me at
Re: HTML 4.01 Strict and "google map iframe"
am 13.11.2007 21:33:23 von tabkanDELETETHISnaz
Toby A Inkster wrote:
> Validating against strict is recommended precisely *because* it doesn't
> allow you to use ,
and all kinds of crap. But if you're
> going to insist on using that crap (and
Re: HTML 4.01 Strict and "google map iframe"
am 15.11.2007 07:44:30 von knut.krueger
André Gillibert schrieb:
> Knut Krueger wrote:
>
> Or use OBJECT (but you seem to have skipped that part of my reply).
>
I did not really skipped this part, but I found examples OBJECT only
with java script. I do not know just know how to use OBJECT in my context.
Regards Knut
Re: HTML 4.01 Strict and "google map iframe"
am 15.11.2007 21:16:22 von tabkanDELETETHISnaz
Knut Krueger wrote:
> André Gillibert schrieb:
>> Knut Krueger wrote:
>>
>
>> Or use OBJECT (but you seem to have skipped that part of my reply).
>>
> I did not really skipped this part, but I found examples OBJECT only
> with java script. I do not know just know how to use OBJECT in my
> context.
>
Just read the manual:
http://www.w3.org/TR/html4/struct/objects.html
Anyway, that would still be inacessible, because google maps s*cks at
accessibility. This infinite loading is annoying.
If you want to show a map accessible to everybody, use an image (served in
PNG and GIF) stored on your server, and additionally put a regular link to
google maps. You may even put the image in the link.
--
If you've a question that doesn't belong to Usenet, contact me at