Connecting Tech Pros Worldwide Forums | Help | Site Map

Proper alternative for iframe

Hendrik Maryns
Guest
 
Posts: n/a
#1: Oct 1 '08
Hi,

I’ve read Jukka’s page about iframes and generally noted the advice not
to use it, so I am looking for a proper way to handle this:

http://www.weltladen-tuebingen.de/index_kontakt.html

you know, the Google insertion.

I’ve already cleaned up the page to not use frames anymore, using SSI,
but that is not suitable for the iframe. It is still bothering me, once
that is properly done, I can replace the current website with a proper
HTML strict version.

Thanks for suggestions, H.
--
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html

Erwin Moller
Guest
 
Posts: n/a
#2: Oct 1 '08

re: Proper alternative for iframe



Hendrik Maryns schreef:
Quote:
Hi,
>
I’ve read Jukka’s page about iframes and generally noted the advice not
to use it, so I am looking for a proper way to handle this:
>
http://www.weltladen-tuebingen.de/index_kontakt.html
>
you know, the Google insertion.
>
I’ve already cleaned up the page to not use frames anymore, using SSI,
but that is not suitable for the iframe. It is still bothering me, once
that is properly done, I can replace the current website with a proper
HTML strict version.
>
Thanks for suggestions, H.
Hi,

I noticed that you use a src atrribute for the div.
AFAIK: That is illegal.

<div id="Layer13"><iframe width="425" height="500" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.de/maps?q=Lange+Gasse+64+T%C3%BCbingen&amp;ie=UTF8&am p;s=AARTsJqeAh_DIeSOTEyQPh1QRixsBIAIZA&amp;ll=48.5 23085,9.055781&amp;spn=0.007106,0.00912&amp;z=16&a mp;iwloc=addr&amp;output=embed"></iframe>
</div>

Maybe you can throw in an OBJECT tag?
http://www.w3.org/TR/REC-html40/struct/objects.html

Regards,
Erwin Moller


--
============================
Erwin Moller
Now dropping all postings from googlegroups.
Why? http://improve-usenet.org/
============================
Closed Thread


Similar HTML / CSS bytes